mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
11 lines
344 B
JSON
11 lines
344 B
JSON
|
{
|
||
|
"name": "spirv-cross",
|
||
|
"version-string": "2020-02-26",
|
||
|
"port-version": 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"
|
||
|
]
|
||
|
}
|