diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:50:01 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:50:01 +0100 |
commit | d3e00990b86277e490e0f68a1cd6f092b28d54aa (patch) | |
tree | 4a348e65a489d947efba80963a696b84a96a169d /game/BUILD.bazel | |
parent | 55d7b8c5b520afb6770745e109f480357ea2ec15 (diff) |
Move game package
Diffstat (limited to 'game/BUILD.bazel')
-rw-r--r-- | game/BUILD.bazel | 12 |
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",
- ],
-)
|