diff options
Diffstat (limited to 'vcpkg/ports/spirv-headers/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spirv-headers/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/spirv-headers/vcpkg.json b/vcpkg/ports/spirv-headers/vcpkg.json new file mode 100644 index 0000000..19600ea --- /dev/null +++ b/vcpkg/ports/spirv-headers/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "spirv-headers", + "version": "1.4.309.0", + "description": "Machine-readable files for the SPIR-V Registry", + "homepage": "https://github.com/KhronosGroup/SPIRV-Headers", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |