pineapple/externals/vcpkg/ports/spirv-tools/vcpkg.json

19 lines
380 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "spirv-tools",
"version": "2022.1",
"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
}
]
}