vcpkg/ports/spirv-tools/vcpkg.json
2023-11-20 12:17:46 -08:00

24 lines
458 B
JSON

{
"name": "spirv-tools",
"version": "2023.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
}
],
"features": {
"tools": {
"description": "Build tools."
}
}
}