mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:28:59 +08:00
778c58db3b
* Updating spirv-tools port * Updating spirv-tools port version
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "spirv-tools",
|
|
"version": "2022.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|