summaryrefslogtreecommitdiff
path: root/hk21/game/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'hk21/game/BUILD.bazel')
-rw-r--r--hk21/game/BUILD.bazel8
1 files changed, 6 insertions, 2 deletions
diff --git a/hk21/game/BUILD.bazel b/hk21/game/BUILD.bazel
index b2cca09..786ed6a 100644
--- a/hk21/game/BUILD.bazel
+++ b/hk21/game/BUILD.bazel
@@ -6,8 +6,12 @@ cc_binary(
"gpu.hpp",
],
deps = [
- "@asl//asl",
- "@asl//asl/log",
+ "@asl//asl/base",
+ "@asl//asl/logging",
+ "@asl//asl/types:status",
+ "@asl//asl/types:box",
+ "@asl//asl/types:option",
+ "@asl//asl/containers:buffer",
"@sdl3_windows//:sdl3",
"//hk21/vulkan_loader",
],