Skip to content

Commit

Permalink
rmlui: add version 6.0 (#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE authored Sep 6, 2024
1 parent 9691d52 commit 400d318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/r/rmlui/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("rmlui")
add_urls("https://github.com/mikke89/RmlUi/archive/refs/tags/$(version).tar.gz",
"https://github.com/mikke89/RmlUi.git")

add_versions("6.0", "aba3d4b8691076750eee6bf52d722db7880dfe74c18aebd8c6d676e43175fb78")
add_versions("5.1", "0d28177118f0777e42864b2b7ddfc2937e81eb0dc4c52fc034c71a0c93516626")
add_versions("5.0", "1f6eac0e140c35275df32088579fc3a0087fa523082c21c28d5066bd6d18882a")

Expand All @@ -16,7 +17,7 @@ package("rmlui")
add_configs("lottie", {description = "Build with Lottie plugin enabled.", default = false, type = "boolean"})

if is_plat("windows") then
add_syslinks("shlwapi", "imm32")
add_syslinks("shlwapi", "imm32", "user32")
elseif is_plat("macosx") then
add_frameworks("Cocoa")
end
Expand Down

0 comments on commit 400d318

Please sign in to comment.