Browse Source

Updated Raygui to 4.0 (#3040)

ElCapor 1 năm trước cách đây
mục cha
commit
1ee8871f2e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/r/raygui/xmake.lua

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

@@ -8,8 +8,9 @@ package("raygui")
              "https://github.com/raysan5/raygui.git")
     add_versions("3.0", "a510eb6efb524dfc8a1a7072bab3d4182a550f9fe86d315ff13a59cfc707f877")
     add_versions("3.2", "23fb86a0c5fd8216e31c396c5f42de5f11c71f940078fb7d65aa1c39f3895c79")
+    add_versions("4.0", "299c8fcabda68309a60dc858741b76c32d7d0fc533cdc2539a55988cee236812")
 
-    add_deps("raylib 4.x")
+    add_deps("raylib 5.x")
 
     add_configs("implemention", { description = "Define implemention.", default = false, type = "boolean"})