mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 09:45:03 +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
28 lines
553 B
JSON
28 lines
553 B
JSON
{
|
|
"name": "lunarg-vulkantools",
|
|
"version": "1.3.275.0",
|
|
"description": "Tools to aid in Vulkan development",
|
|
"homepage": "https://github.com/LunarG/VulkanTools",
|
|
"license": null,
|
|
"supports": "!osx & !staticcrt",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
"qt5-base",
|
|
"valijson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-get-python-packages",
|
|
"host": true
|
|
},
|
|
"vulkan-loader",
|
|
"vulkan-utility-libraries"
|
|
]
|
|
}
|