aboutsummaryrefslogtreecommitdiff
path: root/versions/r-
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/r-
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/r-')
-rw-r--r--versions/r-/rmlui.json9
1 files changed, 9 insertions, 0 deletions
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
+ }
+ ]
+}