early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

34
externals/vcpkg/ports/rmlui/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,34 @@
{
"name": "rmlui",
"version": "4.4",
"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"
]
}
}
}