Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
444 B
JSON

{
"name": "spirv-cross",
"version": "1.4.304.1",
"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",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}