mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
611dfc1864
* update volk * spriv * Revert "update volk" This reverts commit a478ebc8674c080d98b5eb61afdd1896c6a0d2c2. * 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
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "spirv-tools",
|
|
"version": "2022.1",
|
|
"description": "API and commands for processing SPIR-V modules",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"spirv-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|