diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-21 21:49:20 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-21 21:49:20 +0100 |
commit | edb38589b1fe8b806d28264393ee172d03b6c75c (patch) | |
tree | 3053201fb65d968c11d95643cfe0dcde53c74540 /game/BUILD.bazel | |
parent | a106e1cf85cbc934dc7628cd3328a8195404ce8b (diff) |
Add vulkan_loader
Diffstat (limited to 'game/BUILD.bazel')
-rw-r--r-- | game/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/BUILD.bazel b/game/BUILD.bazel index 1f59b90..6a5cdfd 100644 --- a/game/BUILD.bazel +++ b/game/BUILD.bazel @@ -6,6 +6,6 @@ cc_binary( deps = [
"@asl//asl",
"@sdl3_windows//:sdl3",
- "//vendor/vulkan",
+ "//hk21/vulkan_loader",
],
)
|