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