blob: b4a969d4029b41934e0c963a2ddea4c0cf6668fa [file]
"""
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")