vcpkg/ports/shaderc/vcpkg.json

12 lines
264 B
JSON
Raw Normal View History

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