mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +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
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "spirv-headers",
|
|
"version": "1.3.275.0",
|
|
"description": "Machine-readable files for the SPIR-V Registry",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Headers",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|