diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-08 23:18:47 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-08 23:18:47 +0200 |
commit | 921d1811ece439086aa238a6356a54d00f179e27 (patch) | |
tree | 8c1a8c756176e54ea70bfce8b28344a6116bc78f /hk21/game/BUILD.bazel | |
parent | d10e76d5a1a6b2b425cc6c780d91f52695177a02 (diff) |
Move the Vulkan loader
Diffstat (limited to 'hk21/game/BUILD.bazel')
-rw-r--r-- | hk21/game/BUILD.bazel | 2 |
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"],
)
|