cc_library( name = "core", hdrs = [ "allocator.h", "api_registry.h", "base.h", "hash.h", "id_name.h", "os.h", ], srcs = [ "allocator.cpp", "api_registry.cpp", "os_win32.cpp", ], visibility = ["//:__subpackages__"], )