summaryrefslogtreecommitdiff
path: root/game/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 22:50:01 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 22:50:01 +0100
commitd3e00990b86277e490e0f68a1cd6f092b28d54aa (patch)
tree4a348e65a489d947efba80963a696b84a96a169d /game/BUILD.bazel
parent55d7b8c5b520afb6770745e109f480357ea2ec15 (diff)
Move game package
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",
- ],
-)