1 2 3 4 5 6 7 8 9 10 11
cc_binary( name = "game", srcs = [ "main.cpp", ], deps = [ "@asl//asl", "@sdl3_windows//:sdl3", "//hk21/vulkan_loader", ], )