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 +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.1 " ,
4+ "version" : " 0.9.0-rc.2 " ,
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.1 /LegacyParticleAPI-windows-x64.zip" ,
15+ "asset_url" : " https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.2 /LegacyParticleAPI-windows-x64.zip" ,
1616 "prerequisites" : {
17- "github.com/LiteLDev/LeviLamina" : " 1.0.x "
17+ "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.1 "
1818 },
1919 "files" : {
2020 "place" : [
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina develop " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina 1.0.0-rc.1 " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina develop " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.0.0-rc.1 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments