summaryrefslogtreecommitdiff
path: root/game/BUILD.bazel
blob: 1f59b902eec96a0f09db2d9d180695e89245dfe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
cc_binary(
    name = "game",
    srcs = [
        "main.cpp",
    ],
    deps = [
        "@asl//asl",
        "@sdl3_windows//:sdl3",
        "//vendor/vulkan",
    ],
)