aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ui/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-131-39/+0
| | | | | | | | | - 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.
* feat: Added version control functionality and integrated Tokio and Reqwest ↵HsiangNianian2026-01-131-3/+13
| | | | to support asynchronous operations
* first commitHsiangNianian2025-01-161-0/+29