vcpkg/ports/vulkan-headers/vcpkg.json
Juan Ramos e4edf0f036
[vulkan-headers] Update to v1.3.239 (#29066)
* [vulkan-headers] Update to v1.3.239

* ./vcpkg x-add-version --all
2023-01-20 22:14:47 -08:00

18 lines
356 B
JSON

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