summaryrefslogtreecommitdiff
path: root/game/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 22:49:15 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 22:49:15 +0100
commit55d7b8c5b520afb6770745e109f480357ea2ec15 (patch)
tree1415d107b6e48b257d6d3b2f20c3b0285ffd6598 /game/BUILD.bazel
parent639de20a5b78c8c70f3d7dcc02e62b13f6e749f0 (diff)
Add logging
Diffstat (limited to 'game/BUILD.bazel')
-rw-r--r--game/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/BUILD.bazel b/game/BUILD.bazel
index 6a5cdfd..9aa2e2b 100644
--- a/game/BUILD.bazel
+++ b/game/BUILD.bazel
@@ -5,6 +5,7 @@ cc_binary(
],
deps = [
"@asl//asl",
+ "@asl//asl/log",
"@sdl3_windows//:sdl3",
"//hk21/vulkan_loader",
],