mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
63e8ef6f20
* bump spirv-tools version to 2021.1 * don't use MP4 * add version updates * remove check for static build (not supported) * inc version. * Update ports/spirv-tools/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/s-/spirv-tools.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"name": "spirv-tools",
|
|
"version-string": "2021.1",
|
|
"description": "API and commands for processing SPIR-V modules",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
|
|
"dependencies": [
|
|
"spirv-headers"
|
|
]
|
|
}
|