vcpkg/ports/spirv-cross/vcpkg.json

10 lines
321 B
JSON
Raw Normal View History

{
"name": "spirv-cross",
"version-date": "2021-01-15",
"description": "SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.",
"homepage": "https://github.com/KhronosGroup/SPIRV-Cross",
"dependencies": [
"spirv-headers"
]
}