aboutsummaryrefslogtreecommitdiff
path: root/ports/coin/vcpkg.json
blob: c9f254f77d22433c6b1bab1f0f4e30ef128a4daf (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
{
  "name": "coin",
  "version-string": "4.0.0",
  "port-version": 3,
  "description": "A high-level 3D visualization library with Open Inventor 2.1 API",
  "homepage": "https://github.com/coin3d/coin",
  "supports": "!(arm | arm64 | uwp)",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-lexical-cast",
    "boost-math",
    "boost-smart-ptr",
    "boost-static-assert",
    "opengl-registry"
  ],
  "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"
      ]
    },
    "zlib": {
      "description": "Use zlib for reading/writing compressed files",
      "dependencies": [
        "zlib"
      ]
    }
  }
}