vcpkg/ports/vulkan-headers/vcpkg.json
Russell Greene 44b5406070
[vulkan-headers] update to 1.3.238 (#28469)
* [vulkan-headers] Update to 1.3.238

* ./vcpkg x-add-versions --all
2022-12-21 10:39:38 -08:00

18 lines
356 B
JSON

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