aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ogre-next/vcpkg.json
blob: 53528721c27af035dc5d4c6a06b3b888cdba38c9 (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
{
  "name": "ogre-next",
  "version": "2.3.3",
  "port-version": 3,
  "description": "Ogre Next - scene-oriented, flexible 3D engine written in C++",
  "homepage": "https://github.com/OGRECave/ogre-next",
  "license": "MIT",
  "supports": "!emscripten & !uwp & !xbox",
  "dependencies": [
    "freeimage",
    {
      "name": "freetype",
      "default-features": false
    },
    "rapidjson",
    "tinyxml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib",
    "zziplib"
  ],
  "default-features": [
    {
      "name": "d3d11",
      "platform": "windows"
    },
    {
      "name": "gl3plus",
      "platform": "!android & !ios & !osx & !windows"
    },
    {
      "name": "metal",
      "platform": "ios | osx"
    },
    {
      "name": "vulkan",
      "platform": "android"
    }
  ],
  "features": {
    "d3d11": {
      "description": "Direct3D 11 render system",
      "supports": "windows"
    },
    "gl3plus": {
      "description": "OpenGL 3+ render system",
      "supports": "!android & !(arm & windows)"
    },
    "metal": {
      "description": "Metal render system",
      "supports": "osx | ios"
    },
    "planar-reflections": {
      "description": "Component to use planar reflections, can be used by both HlmsPbs and HlmsUnlit"
    },
    "vulkan": {
      "description": "Vulkan render system",
      "supports": "!osx",
      "dependencies": [
        "glslang",
        "vulkan"
      ]
    }
  }
}