aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/superglu/vcpkg.json
blob: a469ff554ebe2b0bc6cc7dd264a40082eaade360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "superglu",
  "version": "1.3.3",
  "description": "SGI GLU with miscellaneous fixes",
  "homepage": "https://github.com/coin3d/superglu",
  "license": "SGI-B-1.1",
  "supports": "windows & !uwp",
  "dependencies": [
    "opengl-registry",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}