You could also try the main branch
Development
Folder | Description |
---|---|
ui | Blueprint UI files |
ui/.dist | UI files compiled by the blueprint |
src | Rust source code |
target/release | Release build of the app |
blueprint-compiler | Blueprint compiler |
anime-game-core | Anime Game Core library |
Clone repo
git clone --recursive https://github.com/an-anime-team/honkers-launcher-gtk
Run app
cargo run
Build app
cargo build --release