feat: adapt gmlib 1.5.2

This commit is contained in:
zimuya4153
2025-10-19 10:03:23 +08:00
Unverified
parent b0cff071dc
commit e4a69fec2c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
"format_version": 3, "format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi",
"version": "1.5.0", "version": "1.5.1",
"info": { "info": {
"name": "GMLIB-LegacyRemoteCallApi", "name": "GMLIB-LegacyRemoteCallApi",
"description": "Legacy RemoteCall API for GMLIB", "description": "Legacy RemoteCall API for GMLIB",
@@ -19,8 +19,8 @@
{ {
"platform": "win-x64", "platform": "win-x64",
"dependencies": { "dependencies": {
"github.com/LiteLDev/LeviLamina": ">=1.3.0", "github.com/LiteLDev/LeviLamina": ">=1.5.0",
"github.com/GroupMountain/GMLIB-Release": ">=1.3.0-rc.1", "github.com/GroupMountain/GMLIB-Release": ">=1.5.2",
"github.com/GroupMountain/ModAPI-Release": ">=0.1.0", "github.com/GroupMountain/ModAPI-Release": ">=0.1.0",
"github.com/MiracleForest/iListenAttentively-Release": ">=0.6.0" "github.com/MiracleForest/iListenAttentively-Release": ">=0.6.0"
}, },
+1 -1
View File
@@ -12,7 +12,7 @@ add_requires("levilamina 1.5.2", {configs = {target_type = "server"}})
add_requires("legacyremotecall") add_requires("legacyremotecall")
add_requires("levibuildscript 0.5.2") add_requires("levibuildscript 0.5.2")
add_requires("ilistenattentively 0.8.0") add_requires("ilistenattentively 0.8.0")
add_requires("gmlib 1.5.1") add_requires("gmlib 1.5.2")
add_requires("modapi 0.1.1") add_requires("modapi 0.1.1")
target("GMLIB-LegacyRemoteCallApi") target("GMLIB-LegacyRemoteCallApi")