mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:39:00 +08:00
5ce620b6ba
* Added fix for installing shaderc_util in port shaderc. * Restricted install of shaderc_util to static build.
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"name": "shaderc",
|
|
"version": "2021.1",
|
|
"port-version": 1,
|
|
"description": "A collection of tools, libraries and tests for shader compilation.",
|
|
"homepage": "https://github.com/google/shaderc",
|
|
"dependencies": [
|
|
"glslang",
|
|
"spirv-tools"
|
|
]
|
|
}
|