vcpkg/ports/vulkan-hpp/vcpkg.json
2023-07-31 11:30:45 -07:00

12 lines
233 B
JSON

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