2021-07-02 01:25:42 +08:00
{
"name" : "rmlui" ,
2024-08-28 17:13:34 +08:00
"version" : "6.0" ,
2024-09-04 02:28:36 +08:00
"port-version" : 1 ,
2021-07-02 01:25:42 +08:00
"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" ,
2022-12-13 03:00:57 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-07-02 01:25:42 +08:00
] ,
"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"
]
2024-09-04 02:28:36 +08:00
} ,
"svg" : {
"description" : "Enable plugin for SVG images" ,
"dependencies" : [
"lunasvg"
]
2021-07-02 01:25:42 +08:00
}
}
}