vcpkg/ports/vulkan-headers/vcpkg.json
2024-08-19 09:50:18 -07:00

20 lines
416 B
JSON

{
"name": "vulkan-headers",
"version": "1.3.290.0",
"port-version": 1,
"description": "Vulkan header files and API registry",
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
"license": "Apache-2.0 OR MIT",
"supports": "!uwp & !xbox",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}