summaryrefslogtreecommitdiff
path: root/game/BUILD.bazel
diff options
context:
space:
mode:
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",
],