mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-17 02:09:46 +03:00
Sleepy game launcher for Linux with telemetry disabling
- now `General` and `Enhancements` sections are relm4 components - this change improves code structure and should help adding dynamic data loading on app start in future - settings components are also not async from now because they don't need to |
||
---|---|---|
.github/workflows | ||
anime-launcher-sdk@a62aeef9cd | ||
assets | ||
src | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
An Anime Game Launcher GTK (wip relm4 rewrite)
Development
Folder | Description |
---|---|
anime-launcher-sdk | Unified core functionality for the launcher |
src | Rust source code |
assets | App assets folder |
assets/locales | App localizations |
target/release | Release build of the app |
Clone repo
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-relm4
Run app
cargo run
Build app
cargo build --release