feat: adapt levilamina 1.6.x

This commit is contained in:
zimuya4153
2025-10-23 20:27:22 +08:00
Unverified
parent a4104535cc
commit 4abd1d28ab
3 changed files with 7 additions and 15 deletions
+3 -3
View File
@@ -3,10 +3,10 @@ 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.5.2", {configs = {target_type = "server"}})
add_requires("levilamina 1.6.1", {configs = {target_type = "server"}})
add_requires("levibuildscript 0.5.2")
add_requires("gmlib 1.5.2")
add_requires("modapi 0.1.1")
add_requires("gmlib 1.6.0")
add_requires("modapi 0.2.1")
if not has_config("vs_runtime") then
set_runtimes("MD")