This repository was archived by the owner on Oct 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " github.com/LiteLDev/LegacyParticleAPI" ,
4- "version" : " 0.9.0-rc.2 " ,
4+ "version" : " 0.9.0-rc.3 " ,
55 "info" : {
66 "name" : " LegacyParticleAPI" ,
77 "description" : " ParticleAPI ported from LiteLoaderBDS" ,
1212 " library"
1313 ]
1414 },
15- "asset_url" : " https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.2 /LegacyParticleAPI-windows-x64.zip" ,
15+ "asset_url" : " https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.3 /LegacyParticleAPI-windows-x64.zip" ,
1616 "prerequisites" : {
17- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.1 "
17+ "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.2 "
1818 },
1919 "files" : {
2020 "place" : [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
55if is_config (" target_type" , " server" ) then
66 add_requires (" levilamina 1.0.0-rc.1" , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina 1.0.0-rc.1 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.0.0-rc.2 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments