mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "rmlui",
|
|
"version": "6.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": [
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|