vcpkg/ports/vulkan-headers/vcpkg.json
Weihang Ding 0adba49f83
[vulkan-headers] Bump to 1.3.260 (#32929)
* [vulkan-headers] Bump to 1.3.260

* update version database
2023-08-04 06:53:44 -07:00

19 lines
393 B
JSON

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