aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/icons/icon.svg
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply prek auto-fixes [skip ci]HsiangNianian2026-01-161-1/+1
|
* feat: update README with build instructions and enhance SVG icon for better ↵HsiangNianian2026-01-131-19/+37
| | | | visualization
* feat: update SVG icon to enhance axes representation with arrows for better ↵HsiangNianian2026-01-131-4/+10
| | | | visualization
* feat: update SVG icon with grid pattern and axes for improved visualizationHsiangNianian2026-01-131-2/+23
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-131-0/+5
- 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.