aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/glbinding/vcpkg.json
blob: 0112b09202a96caa85f0fecbabdb098946905da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "glbinding",
  "version": "3.1.0",
  "port-version": 4,
  "description": "glbinding is an MIT licensed, cross-platform C++ binding for the OpenGL API",
  "homepage": "https://github.com/cginternals/glbinding",
  "license": "MIT",
  "dependencies": [
    "egl-registry",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}