aboutsummaryrefslogtreecommitdiff
path: root/ports/glslang/vcpkg.json
blob: e17f25a972bfca1c11ccfe1e82c3d1da95e4da1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "glslang",
  "version": "11.6.0",
  "description": "Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator",
  "homepage": "https://github.com/KhronosGroup/glslang",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}