chore: adapt to gmlib 1.2.0-rc.1

This commit is contained in:
n15421
2025-06-02 23:32:44 +08:00
Unverified
parent ba6b680653
commit 8b13033bea
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo.git")
add_requires("levilamina 1.1.1", {configs = {target_type = "server"}})
add_requires("levibuildscript 0.3.0")
add_requires("gmlib 1.0.1")
add_requires("levilamina 1.2.0", {configs = {target_type = "server"}})
add_requires("levibuildscript 0.4.0")
add_requires("gmlib 1.2.0-rc.1")
if not has_config("vs_runtime") then
set_runtimes("MD")