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

Commit e4c6dbb

Browse files
committed
feat: support levilamina 0.8.0
1 parent 3aa4a30 commit e4c6dbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/LiteLDev/LegacyParticleAPI",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"info": {
66
"name": "LegacyParticleAPI",
77
"description": "ParticleAPI ported from LiteLoaderBDS",
@@ -12,9 +12,9 @@
1212
"library"
1313
]
1414
},
15-
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.2.0/LegacyParticleAPI-windows-x64.zip",
15+
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.3.0/LegacyParticleAPI-windows-x64.zip",
1616
"prerequisites": {
17-
"github.com/LiteLDev/LeviLamina": "0.7.x"
17+
"github.com/LiteLDev/LeviLamina": "0.8.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 0.7.2")
9+
add_requires("levilamina 0.8.0")
1010

1111
target("LegacyParticleAPI")
1212
add_cxflags(

0 commit comments

Comments
 (0)