the-honkers-railway-launcher/README.md

30 lines
502 B
Markdown
Raw Normal View History

2023-01-18 16:38:12 +00:00
# An Anime Game Launcher GTK (wip relm4 rewrite)
2022-08-24 19:06:03 +00:00
2022-08-26 09:51:07 +00:00
# Development
2022-06-28 21:59:20 +00:00
| Folder | Description |
| - | - |
2023-01-18 16:38:12 +00:00
| anime-launcher-sdk | Unified core functionality for the launcher |
2022-06-28 21:59:20 +00:00
| src | Rust source code |
2023-01-18 16:38:12 +00:00
| assets | App assets folder |
| assets/locales | App localizations |
2022-06-28 21:59:20 +00:00
| target/release | Release build of the app |
2022-08-26 09:51:07 +00:00
## Clone repo
2022-06-28 21:59:20 +00:00
```sh
2023-01-18 16:38:12 +00:00
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-relm4
2022-06-28 21:59:20 +00:00
```
2022-08-26 09:51:07 +00:00
## Run app
2022-06-28 21:59:20 +00:00
```sh
cargo run
```
2022-08-26 09:51:07 +00:00
## Build app
2022-06-28 21:59:20 +00:00
```sh
cargo build --release
```