aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/magnum-extras/vcpkg.json
blob: dd693856a62d1728686f8cb3e673ce925c52cb32 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "magnum-extras",
  "version-string": "2020.06",
  "port-version": 2,
  "description": "Extras for magnum, C++11/C++14 graphics middleware for games and data visualization",
  "homepage": "https://magnum.graphics/",
  "license": null,
  "dependencies": [
    {
      "name": "magnum",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "ui": {
      "description": "Ui library",
      "dependencies": [
        {
          "name": "corrade",
          "features": [
            "interconnect"
          ]
        },
        {
          "name": "magnum",
          "features": [
            "text"
          ]
        }
      ]
    }
  }
}