summaryrefslogtreecommitdiff
path: root/game/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'game/BUILD.bazel')
-rw-r--r--game/BUILD.bazel12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/BUILD.bazel b/game/BUILD.bazel
deleted file mode 100644
index 9aa2e2b..0000000
--- a/game/BUILD.bazel
+++ /dev/null
@@ -1,12 +0,0 @@
-cc_binary(
- name = "game",
- srcs = [
- "main.cpp",
- ],
- deps = [
- "@asl//asl",
- "@asl//asl/log",
- "@sdl3_windows//:sdl3",
- "//hk21/vulkan_loader",
- ],
-)