vcpkg/ports/vulkan-headers/vcpkg.json
moritz-h 5d03478623
[vulkan*] update to 1.3.275.0 (#36262)
* [vulkan*] update to 1.3.275.0

* fix cmake config path

* update volk to fix vulkan-tools

* fix lunarg-vulkantools

* fix android

* build vulkan layers always dynamic

* fix android

* staticcrt

* fix description

* remove debug layer json files

* fix android

* fix parallel config
2024-01-24 11:26:41 -08:00

19 lines
395 B
JSON

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