diff options
Diffstat (limited to 'vcpkg/ports/spirv-tools/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spirv-tools/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/spirv-tools/vcpkg.json b/vcpkg/ports/spirv-tools/vcpkg.json new file mode 100644 index 0000000..d1f9db7 --- /dev/null +++ b/vcpkg/ports/spirv-tools/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "spirv-tools", + "version": "1.4.309.0", + "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.", + "supports": "!android & !ios" + } + } +} |