LiteLDev / LeviLamina

A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition, formerly known as LiteLoaderBDS
https://levimc.org/software/levilamina
GNU Lesser General Public License v3.0
1.14k stars 117 forks source link

[Feature]: Fix XMake package dependency versions #1514

Closed futrime closed 5 months ago

futrime commented 7 months ago

Is your feature request related to a problem? Please describe.

When some packages are updated, particularly with breaking changes, the system may crash due to the dependency conflict and incompatibility.

Describe the solution you'd like

Fix dependency versions, or only allow patch version to change (e.g. ~1.2.3).

Describe alternatives you've considered

No response

Additional context

No response