neveko/nevmes-gui
2023-05-09 17:28:07 -04:00
..
assets init 2023-04-30 11:55:41 -04:00
crates init 2023-04-30 11:55:41 -04:00
src add rustfmt and fmtall.sh 2023-05-09 17:28:07 -04:00
.gitignore fix release artifacts core path 2023-04-30 22:51:49 -04:00
.rustfmt.toml add rustfmt and fmtall.sh 2023-05-09 17:28:07 -04:00
Cargo.lock update version 2023-05-05 05:09:06 -04:00
Cargo.toml update version 2023-05-05 05:09:06 -04:00
LICENSE-APACHE init 2023-04-30 11:55:41 -04:00
LICENSE-MIT init 2023-04-30 11:55:41 -04:00
README.md disallow composing on offline contact 2023-05-01 00:14:30 -04:00

Dev

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

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