aboutsummaryrefslogtreecommitdiff
path: root/ports/rmlui/vcpkg.json
blob: 389bf88d45e88d8ec3b5cd55cdf32e318e44ca04 (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
{
  "name": "rmlui",
  "version": "4.2",
  "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": [
    "robin-hood-hashing",
    "vcpkg-cmake",
    "vcpkg-cmake-config"
  ],
  "default-features": [
    "freetype"
  ],
  "features": {
    "freetype": {
      "description": "Include font engine based on FreeType",
      "dependencies": [
        {
          "name": "freetype",
          "default-features": false
        }
      ]
    },
    "lua": {
      "description": "Build Lua bindings",
      "dependencies": [
        "lua"
      ]
    }
  }
}