vcpkg/ports/vulkan-hpp/vcpkg.json
2023-07-27 09:24:17 -07:00

11 lines
212 B
JSON

{
"name": "vulkan-hpp",
"version": "1.3.259",
"description": "Header only C++ bindings for the Vulkan C API",
"license": "Apache-2.0",
"supports": "!uwp & !xbox",
"dependencies": [
"vulkan"
]
}