mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
77045e7ec8
* [spirv-cross] fix ios build * [spirv-cross] update port SHA, baseline * [spirv-cross] replace to vcpkg-cmake * Update ports/spirv-cross/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/spirv-cross/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [spirv-cross] update git-tree SHA Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"name": "spirv-cross",
|
|
"version-date": "2021-01-15",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|