mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
7003b953c7
* port for spirv-reflect * commiting results of vcpkg x-add-version --all * fixing deprecated function calls * removing unused messages * fixing version issue * fixing version issue wrong sha * fixing version issue missing port version * fixing version issue missing port version and wrong sha * update version db * update version db * port version bump * Update version database * Apply suggestions from code review Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update versions db * CMakeLists substitution instead of patch * remove commented outdated command * version update * Update ports/spirv-reflect/CMakeLists.txt Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version db * Remove GNUInstallDirs * update version db * Update ports/spirv-reflect/CMakeLists.txt Co-authored-by: Billy O'Neal <bion@microsoft.com> * Adding @BillyONeal suggestions * Removing unneeded check as suggested by @BillyONeal * Apply suggestions from code review Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version db * Drop "unofficial" from the unnamespaced target name. * Fix version database. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
18 lines
439 B
JSON
18 lines
439 B
JSON
{
|
|
"name": "spirv-reflect",
|
|
"version-date": "2021-12-31",
|
|
"description": "SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Reflect",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan"
|
|
]
|
|
}
|