aboutsummaryrefslogtreecommitdiff
path: root/ports/shaderc/vcpkg.json
blob: e7e490c008bfd3b152fb15f4c095c54e1299a75e (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "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"
  ]
}