mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
0d9e169414
* Updating port to 2022.4 * Updating version
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "spirv-tools",
|
|
"version": "2022.4",
|
|
"description": "API and commands for processing SPIR-V modules",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"spirv-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|