vcpkg/ports/vulkan-headers/vcpkg.json
Juan Ramos 69f86f893f
Update Vulkan Headers to 1.3.250 (#31721)
* [vulkan-headers] Update to 1.3.250

* [vulkan-headers] Update version database
2023-06-01 11:06:52 -07:00

20 lines
407 B
JSON

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