summaryrefslogtreecommitdiff
path: root/hk21/game/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-05-09 00:32:33 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-05-09 00:37:56 +0200
commit7ec394db8961009e6ac23fea909f8353d865f7a3 (patch)
tree6104b92652953ee84c3d6c4386a7cfd6f133bcd9 /hk21/game/BUILD.bazel
parent69d33476b825a1f2deb4f9fb38a199c59d356701 (diff)
Add and use Vulkan synchronization library
Diffstat (limited to 'hk21/game/BUILD.bazel')
-rw-r--r--hk21/game/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/hk21/game/BUILD.bazel b/hk21/game/BUILD.bazel
index 0a571f3..218d1f0 100644
--- a/hk21/game/BUILD.bazel
+++ b/hk21/game/BUILD.bazel
@@ -18,6 +18,7 @@ cc_binary(
"@asl//asl/containers:buffer",
"@sdl3_windows//:sdl3",
"//hk21/vulkan/loader",
+ "//hk21/vulkan/sync",
],
applicable_licenses = ["//:license"],
)