vcpkg/ports/shaderc/vcpkg.json
Christoph Neuhauser 5ce620b6ba
[shaderc] Add fix for installing shaderc_util (#18979)
* Added fix for installing shaderc_util in port shaderc.

* Restricted install of shaderc_util to static build.
2021-07-23 09:04:43 -07:00

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"
]
}