Skip to content

Commit 796f003

Browse files
committed
feat: adapt to gmlib 1.0.2
1 parent 6561056 commit 796f003

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tooth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/GroupMountain/GMSidebar",
4-
"version": "0.13.12",
4+
"version": "0.13.13",
55
"info": {
66
"name": "GMSidebar",
77
"description": "High Performance Sidebar Mod",
@@ -13,10 +13,10 @@
1313
"gmlib"
1414
]
1515
},
16-
"asset_url": "https://github.com/GroupMountain/GMSidebar/releases/download/v0.13.12/GMSidebar-windows-x64.zip",
16+
"asset_url": "https://github.com/GroupMountain/GMSidebar/releases/download/v0.13.13/GMSidebar-windows-x64.zip",
1717
"dependencies": {
1818
"github.com/LiteLDev/LeviLamina": ">=1.1.1",
19-
"github.com/GroupMountain/GMLIB": ">= 1.0.0"
19+
"github.com/GroupMountain/GMLIB": ">= 1.0.2"
2020
},
2121
"files": {
2222
"place": [

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if not has_config("vs_runtime") then
88
end
99

1010
-- Option 1: Use the latest version of LeviLamina released on GitHub.
11-
add_requires("levilamina", {configs = {target_type = "server"}})
11+
add_requires("levilamina 1.1.1", {configs = {target_type = "server"}})
1212
add_requires("levibuildscript")
13-
add_requires("gmlib")
13+
add_requires("gmlib 1.0.2")
1414

1515
target("GMSidebar") -- Change this to your mod name.
1616
add_cxflags(

0 commit comments

Comments
 (0)