aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
Commit message (Collapse)AuthorAgeFilesLines
* feat: update version to 0.1.3 in tauri configurationv0.1.3HsiangNianian2026-01-132-2/+2
|
* chore: Add iOS app icon (83.5x83.5@2x) to projectHsiangNianian2026-01-1350-0/+0
|
* feat: update README with build instructions and enhance SVG icon for better ↵HsiangNianian2026-01-135-19/+37
| | | | visualization
* feat: update SVG icon to enhance axes representation with arrows for better ↵HsiangNianian2026-01-137-4/+10
| | | | visualization
* feat: update SVG icon with grid pattern and axes for improved visualizationHsiangNianian2026-01-137-2/+23
|
* feat: bump version to 0.1.2 in Cargo.tomlv0.1.2HsiangNianian2026-01-132-2/+2
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-1321-0/+5349
- 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.