[rmlui] Update to version 5.0 (#28293)

This commit is contained in:
Michael R. P. Ragazzon 2022-12-12 20:00:57 +01:00 committed by GitHub
parent 2a744d41af
commit bd52580aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mikke89/RmlUi
REF 4.4
SHA512 b0c0a4c6cbc6892fe2ae5bbed21b672b7ec842de04347341925bd34712a37c84da4589578c6fbf1ab4ce8137b5530244f545d7c5bc1fbbd7ffa54eb83a6952d4
REF 5.0
SHA512 10136893eb695b098fe6d718e23ce331c549faf3eb73413a5bb143ddd3601726b8bc42382c4e575d2abfff838ad3e6af1d4945426223a9c6f0fd048b481819dd
HEAD_REF master
PATCHES
add-robin-hood.patch

View File

@ -1,6 +1,6 @@
{
"name": "rmlui",
"version": "4.4",
"version": "5.0",
"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",
@ -8,8 +8,14 @@
"license": "MIT",
"dependencies": [
"robin-hood-hashing",
"vcpkg-cmake",
"vcpkg-cmake-config"
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"freetype"

View File

@ -6637,7 +6637,7 @@
"port-version": 0
},
"rmlui": {
"baseline": "4.4",
"baseline": "5.0",
"port-version": 0
},
"roaring": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7938b94aadfdba5af77643ebec4d36a7e6037e29",
"version": "5.0",
"port-version": 0
},
{
"git-tree": "d98cdd5cd06d9640e908e0b08f81c35a07e36b18",
"version": "4.4",