mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +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
18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"name": "spirv-cross",
|
|
"version": "1.3.275.0",
|
|
"description": "SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Cross",
|
|
"dependencies": [
|
|
"spirv-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|