aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorMichael R. P. Ragazzon <mikke89@users.noreply.github.com>2021-07-01 19:25:42 +0200
committerGitHub <noreply@github.com>2021-07-01 10:25:42 -0700
commit015b6f88e7ab78ece14ab531e37e5b4bf6b882b3 (patch)
treecc03887de8c8f3301a18e983c04ff28e5b112388 /versions
parent06f8fd637d928837e9484047f1e41c1b2159835c (diff)
downloadvcpkg-015b6f88e7ab78ece14ab531e37e5b4bf6b882b3.tar.gz
vcpkg-015b6f88e7ab78ece14ab531e37e5b4bf6b882b3.zip
[rmlui] Add Rmlui library (#18409)
* Add RmlUi port * Update versions * Fix uwp build * Update versions * Add maintainers to manifest * Update version * Update ports/rmlui/portfile.cmake Co-authored-by: Noam Chitayat <noam-c@users.noreply.github.com> * - Update to RmlUi 4.1, fixes some issues with missing dependencies. - Add robin-hood-hashing as dependency, replacing built-in copy. - Only need FreeType core. - Static library definition now replaced in-source. * Fix config name * Change source in current packages directory * Use robin_hood.h included from vcpkg * Move source modifications to robin_hood patch * Fix path in patch Co-authored-by: Noam Chitayat <noam-c@users.noreply.github.com>
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/r-/rmlui.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 492145402..ef0805696 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5524,6 +5524,10 @@
"baseline": "0.3.0",
"port-version": 0
},
+ "rmlui": {
+ "baseline": "4.1",
+ "port-version": 0
+ },
"roaring": {
"baseline": "2019-03-05-2",
"port-version": 0
diff --git a/versions/r-/rmlui.json b/versions/r-/rmlui.json
new file mode 100644
index 000000000..f3c15b656
--- /dev/null
+++ b/versions/r-/rmlui.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "83f463f3ebcc4e415d6903bea260fb1601a14dd2",
+ "version": "4.1",
+ "port-version": 0
+ }
+ ]
+}