aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rmlui/vcpkg.json
blob: 12d4b00b8627ca934080740a8f440b0e50fdd17e (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
{
  "name": "rmlui",
  "version": "6.1",
  "maintainers": "Michael R. P. Ragazzon <mikke89@users.noreply.github.com>",
  "description": "RmlUi is the C++ user interface library based on the HTML and CSS standards, designed as a complete solution for any project's interface needs.",
  "homepage": "https://github.com/mikke89/RmlUi",
  "documentation": "https://mikke89.github.io/RmlUiDoc/",
  "license": "MIT",
  "dependencies": [
    "itlib",
    "robin-hood-hashing",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "freetype"
  ],
  "features": {
    "freetype": {
      "description": "Include font engine based on FreeType",
      "dependencies": [
        {
          "name": "freetype",
          "default-features": false
        }
      ]
    },
    "lottie": {
      "description": "Enable plugin for lottie animations",
      "dependencies": [
        "rlottie"
      ]
    },
    "lua": {
      "description": "Build Lua bindings",
      "dependencies": [
        "lua"
      ]
    },
    "svg": {
      "description": "Enable plugin for SVG images",
      "dependencies": [
        "lunasvg"
      ]
    }
  }
}