vcpkg/ports/vulkan-headers/vcpkg.json
Juan Ramos f67d3fed18
[vulkan-headers] Update to v1.3.243 (#30589)
* [vulkan-headers] Update to v1.3.243

* ./vcpkg x-add-version --all
2023-04-04 21:27:15 -07:00

20 lines
407 B
JSON

{
"name": "vulkan-headers",
"version": "1.3.243",
"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
}
]
}