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

Commit ce4a5cb

Browse files
committed
feat: support levilamina 0.7.x
1 parent 3820e47 commit ce4a5cb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

tooth.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/LiteLDev/LegacyParticleAPI",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"info": {
66
"name": "LegacyParticleAPI",
77
"description": "ParticleAPI ported from LiteLoaderBDS",
88
"author": "LiteLDev",
99
"tags": [
10+
"levilamina",
1011
"plugin",
1112
"library"
1213
]
1314
},
14-
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.1.1/LegacyParticleAPI-windows-x64.zip",
15+
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.2.0/LegacyParticleAPI-windows-x64.zip",
16+
"prerequisites": {
17+
"github.com/LiteLDev/LeviLamina": "0.7.x"
18+
},
1519
"files": {
1620
"place": [
1721
{

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")
9+
add_requires("levilamina 0.7.1")
1010

1111
target("LegacyParticleAPI")
1212
add_cxflags(

0 commit comments

Comments
 (0)