summaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/game_version.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: enhance GameVersion struct with optional fields for better mod loader ↵HsiangNianian2026-01-141-16/+30
| | | | support
* fix: prevent feature-based rules from being applied in library checksHsiangNianian2026-01-141-0/+1
|
* chore(style): format codeHsiangNianian2026-01-131-2/+2
|
* Implement library rules validation and zip extraction utilityHsiangNianian2026-01-131-0/+15
| | | | | | - Added `is_library_allowed` function to evaluate library permissions based on defined rules. - Introduced `rule_matches` helper function to check OS compatibility for rules. - Created `extract_zip` function to handle zip file extraction, including directory creation and skipping of META-INF entries.
* feat: implement download functionality with progress monitoring and version ↵HsiangNianian2026-01-131-0/+66
management