summaryrefslogtreecommitdiff
path: root/game/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-21 00:04:32 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-21 00:04:32 +0100
commita106e1cf85cbc934dc7628cd3328a8195404ce8b (patch)
tree51f6c6bc5053c77e23ad09d9552e40c51ca1fb38 /game/BUILD.bazel
parentb438dd7bf4082e2b6a23e3995d5c249b33102abc (diff)
Add Vulkan 1.3 headers
Diffstat (limited to 'game/BUILD.bazel')
-rw-r--r--game/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/BUILD.bazel b/game/BUILD.bazel
index 753a77a..1f59b90 100644
--- a/game/BUILD.bazel
+++ b/game/BUILD.bazel
@@ -6,5 +6,6 @@ cc_binary(
deps = [
"@asl//asl",
"@sdl3_windows//:sdl3",
+ "//vendor/vulkan",
],
)