summaryrefslogtreecommitdiff
path: root/hk21/game/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-04-08 23:18:47 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-04-08 23:18:47 +0200
commit921d1811ece439086aa238a6356a54d00f179e27 (patch)
tree8c1a8c756176e54ea70bfce8b28344a6116bc78f /hk21/game/BUILD.bazel
parentd10e76d5a1a6b2b425cc6c780d91f52695177a02 (diff)
Move the Vulkan loader
Diffstat (limited to 'hk21/game/BUILD.bazel')
-rw-r--r--hk21/game/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/hk21/game/BUILD.bazel b/hk21/game/BUILD.bazel
index d784b70..0a571f3 100644
--- a/hk21/game/BUILD.bazel
+++ b/hk21/game/BUILD.bazel
@@ -17,7 +17,7 @@ cc_binary(
"@asl//asl/types:option",
"@asl//asl/containers:buffer",
"@sdl3_windows//:sdl3",
- "//hk21/vulkan_loader",
+ "//hk21/vulkan/loader",
],
applicable_licenses = ["//:license"],
)