neveko/neveko-gui
2024-09-16 09:15:05 -04:00
..
assets migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00
crates clippy patches 2024-09-02 11:21:33 -04:00
src fix startup error propogation 2024-09-16 09:15:05 -04:00
.gitignore migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00
.rustfmt.toml dont format lib.rs 2023-06-25 17:50:36 -04:00
Cargo.lock fix startup error propogation 2024-09-16 09:15:05 -04:00
Cargo.toml more serialization patches and error handling 2024-09-09 04:18:48 -04:00
LICENSE-APACHE bump copyright year 2024-01-02 08:05:48 -05:00
LICENSE-MIT bump copyright year 2024-01-02 08:05:48 -05:00
README.md migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00

Dev

Note: gui depends on the binary if starting core from gui otherwise run neveko core on your own

cd ../ && cargo build && cp target/debug/neveko neveko-gui/ && cd neveko-gui && RUST_LOG=debug cargo run