From e4a69fec2c2a40bcdae633389dda1064b6b61dfc Mon Sep 17 00:00:00 2001 From: zimuya4153 Date: Sun, 19 Oct 2025 10:03:23 +0800 Subject: [PATCH] feat: adapt gmlib 1.5.2 --- tooth.json | 6 +++--- xmake.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tooth.json b/tooth.json index 2116f51..6bce560 100644 --- a/tooth.json +++ b/tooth.json @@ -2,7 +2,7 @@ "format_version": 3, "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "1.5.0", + "version": "1.5.1", "info": { "name": "GMLIB-LegacyRemoteCallApi", "description": "Legacy RemoteCall API for GMLIB", @@ -19,8 +19,8 @@ { "platform": "win-x64", "dependencies": { - "github.com/LiteLDev/LeviLamina": ">=1.3.0", - "github.com/GroupMountain/GMLIB-Release": ">=1.3.0-rc.1", + "github.com/LiteLDev/LeviLamina": ">=1.5.0", + "github.com/GroupMountain/GMLIB-Release": ">=1.5.2", "github.com/GroupMountain/ModAPI-Release": ">=0.1.0", "github.com/MiracleForest/iListenAttentively-Release": ">=0.6.0" }, diff --git a/xmake.lua b/xmake.lua index e8632eb..243f4bb 100644 --- a/xmake.lua +++ b/xmake.lua @@ -12,7 +12,7 @@ add_requires("levilamina 1.5.2", {configs = {target_type = "server"}}) add_requires("legacyremotecall") add_requires("levibuildscript 0.5.2") add_requires("ilistenattentively 0.8.0") -add_requires("gmlib 1.5.1") +add_requires("gmlib 1.5.2") add_requires("modapi 0.1.1") target("GMLIB-LegacyRemoteCallApi")