diff options
Diffstat (limited to 'game/BUILD.bazel')
-rw-r--r-- | game/BUILD.bazel | 1 |
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",
],
|