mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
611dfc1864
* update volk
* spriv
* Revert "update volk"
This reverts commit a478ebc867
.
* format
* versions
* versions
* update
* versions
* refix includes?
* version
* fix header include on linux,macos
* version
* fix cmake fixup
* fix
* version
* build shared
* version
* fix opt name
* version
* fix name...
* version
* change version to match sdk distribution version
* spirv-header version
* spirv reflect version
19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"name": "spirv-reflect",
|
|
"version": "1.3.204.1",
|
|
"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",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan"
|
|
]
|
|
}
|