2021-02-09 08:07:06 +08:00
|
|
|
{
|
|
|
|
"name": "spirv-tools",
|
2024-01-25 03:26:41 +08:00
|
|
|
"version": "1.3.275.0",
|
2021-02-09 08:07:06 +08:00
|
|
|
"description": "API and commands for processing SPIR-V modules",
|
|
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
|
2022-04-07 22:52:15 +08:00
|
|
|
"license": "Apache-2.0",
|
2021-02-09 08:07:06 +08:00
|
|
|
"dependencies": [
|
2022-04-07 22:52:15 +08:00
|
|
|
"spirv-headers",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2023-06-14 11:48:27 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools."
|
|
|
|
}
|
|
|
|
}
|
2021-02-09 08:07:06 +08:00
|
|
|
}
|