mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-26 23:20:55 +03:00
29 lines
502 B
Markdown
29 lines
502 B
Markdown
# 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
|
|
|
|
```sh
|
|
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-relm4
|
|
```
|
|
|
|
## Run app
|
|
|
|
```sh
|
|
cargo run
|
|
```
|
|
|
|
## Build app
|
|
|
|
```sh
|
|
cargo build --release
|
|
```
|