mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:49:00 +08:00
16f5ba45a9
* Bump glslang port to 11.11.0 * Fix sha to match the one shown on the microsoft build server * Fix portfile issues (at least for Windows) * Potentially fix shaderc port * update shaderc version * shaderc appears to require Threads? * change shaderc port version? * fix local port-version * Added custom usage as per PR suggestion! * Updated glslang port tree version hash
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"name": "shaderc",
|
|
"version": "2021.1",
|
|
"port-version": 3,
|
|
"description": "A collection of tools, libraries and tests for shader compilation.",
|
|
"homepage": "https://github.com/google/shaderc",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"glslang",
|
|
"spirv-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|