aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/coin/vcpkg.json
blob: 48dc460f1df901cf88c04475bbc8632af5d10bd5 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "name": "coin",
  "version": "4.0.4",
  "port-version": 2,
  "description": "A high-level 3D visualization library with Open Inventor 2.1 API",
  "homepage": "https://github.com/coin3d/coin",
  "license": "BSD-3-Clause",
  "supports": "!android & !uwp",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-lexical-cast",
    "boost-math",
    "boost-smart-ptr",
    "boost-static-assert",
    "expat",
    "opengl-registry",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "simage",
    "zlib"
  ],
  "features": {
    "bzip2": {
      "description": "Support bzip2 compressed fonts",
      "dependencies": [
        "bzip2",
        {
          "name": "freetype",
          "features": [
            "bzip2"
          ]
        }
      ]
    },
    "fontconfig": {
      "description": "Use fontconfig for font support",
      "dependencies": [
        "fontconfig"
      ]
    },
    "freetype": {
      "description": "Use freetype for font support",
      "dependencies": [
        "freetype"
      ]
    },
    "openal": {
      "description": "Use OpenAL for sound support in VRML97",
      "dependencies": [
        "openal-soft"
      ]
    },
    "simage": {
      "description": "Use simage for loading images (textures), audio, and animations",
      "dependencies": [
        "simage"
      ]
    },
    "superglu": {
      "description": "Use SuperGLU (SGI GLU fork with fixes) instead of system GLU",
      "supports": "windows",
      "dependencies": [
        "superglu"
      ]
    },
    "zlib": {
      "description": "Use zlib for reading/writing compressed files",
      "dependencies": [
        "zlib"
      ]
    }
  }
}