Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 352d24e

Browse files
committed
chore: update xmake.lua
1 parent f37bcec commit 352d24e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"type": "native",
55
"description": "ParticleAPI ported from LiteLoaderBDS",
66
"author": "LiteLDev",
7-
"version": "0.8.0"
7+
"version": "0.8.1"
88
}

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.8.1/LegacyParticleAPI-windows-x64.zip",
1616
"prerequisites": {
17-
"github.com/LiteLDev/LeviLamina": "1.0.x"
17+
"github.com/LiteLDev/LeviLamina": "0.13.x"
1818
},
1919
"files": {
2020
"place": [

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if not has_config("vs_runtime") then
66
set_runtimes("MD")
77
end
88

9-
add_requires("levilamina develop")
9+
add_requires("levilamina 0.13.0")
1010

1111
target("LegacyParticleAPI")
1212
add_cxflags(

0 commit comments

Comments
 (0)