mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
5d03478623
* [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
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "vulkan-utility-libraries",
|
|
"version": "1.3.275.0",
|
|
"port-version": 1,
|
|
"description": "Utility libraries for Vulkan developers",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan-headers"
|
|
]
|
|
}
|