aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gl3w/vcpkg.json
blob: dedfee6795f4158566774b643cbec6432ffb7b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "gl3w",
  "version-date": "2018-05-31",
  "port-version": 5,
  "description": "Simple OpenGL core profile loading",
  "homepage": "https://github.com/skaslev/gl3w",
  "dependencies": [
    "egl-registry",
    "opengl-registry",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "ext": {
      "description": "include the GL Extensions in output header"
    }
  }
}