mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-17 23:48:17 +03:00
Sleepy game launcher for Linux with telemetry disabling
As part of launchers' unification process we decided to get rid of both neutralino and gtk versions and release Relm4 version as default and only one with its own id |
||
---|---|---|
.github/workflows | ||
.vscode | ||
anime-launcher-sdk@77f7e77aa2 | ||
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