aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/launcher/launcher.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove launcher and config modules to streamline codebaseHsiangNianian2026-01-141-17/+0
|
* chore: translate commentsHsiangNianian2026-01-131-1/+0
|
* chore(style): format codeHsiangNianian2026-01-131-2/+5
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-131-0/+15
- Implemented version manifest fetching from Mojang API. - Created launcher configuration and main launcher logic. - Added SVG and PNG icons for the application. - Developed a simple HTML/CSS interface for the launcher. - Integrated Tauri commands for backend communication. - Added utility functions for file operations and config parsing.