aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/luminoengine/vcpkg.json
blob: dc7efce45cbfaa980c8e009669f5c7a40859d45e (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
{
  "name": "luminoengine",
  "version": "0.10.1",
  "port-version": 1,
  "description": "C++17 games and visualization toolkit.",
  "homepage": "https://github.com/LuminoEngine/Lumino",
  "license": "MIT",
  "supports": "x64 & windows & !uwp",
  "dependencies": [
    "gtest",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "engine": {
      "description": "Make engine module.",
      "dependencies": [
        "box2d",
        "bullet3",
        {
          "name": "freetype",
          "features": [
            "png",
            "zlib"
          ]
        },
        "glad",
        "glfw3",
        "glslang",
        {
          "name": "imgui",
          "features": [
            "docking-experimental"
          ]
        },
        "libogg",
        "libpng",
        "libvorbis",
        "nanovg",
        "openal-soft",
        "pcre2",
        "spirv-cross",
        "stb",
        "tinygltf",
        "tinyobjloader",
        "toml11",
        "vulkan-headers",
        "yaml-cpp",
        "zlib"
      ]
    }
  }
}