| """ | |
| Module: vulkan_headers | |
| Purpose: Provides Vulkan-Headers as header-only Bazel targets, with and without VK_NO_PROTOTYPES. | |
| """ | |
| module( | |
| name = "vulkan_headers", | |
| version = "1.4.349", | |
| bazel_compatibility = [">=7.2.1"], | |
| ) | |
| bazel_dep(name = "rules_cc", version = "0.2.17") |