瀏覽代碼

rmlui: add version 6.0 (#5147)

Chi Huu Huynh 1 年之前
父節點
當前提交
400d3183e9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/r/rmlui/xmake.lua

+ 2 - 1
packages/r/rmlui/xmake.lua

@@ -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")
 
@@ -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