summaryrefslogtreecommitdiff
path: root/vendor/vulkan/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/vulkan/BUILD.bazel')
-rw-r--r--vendor/vulkan/BUILD.bazel12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/vulkan/BUILD.bazel b/vendor/vulkan/BUILD.bazel
new file mode 100644
index 0000000..71ef954
--- /dev/null
+++ b/vendor/vulkan/BUILD.bazel
@@ -0,0 +1,12 @@
+cc_library(
+ name = "vulkan",
+ hdrs = [
+ "vk_platform.h",
+ "vulkan.h",
+ "vulkan_core.h",
+ ],
+ includes = [
+ ".",
+ ],
+ visibility = ["//:__subpackages__"],
+)