refactor: Go back to cli-only app
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
758076fe32
commit
f946dbb9ce
6 changed files with 29 additions and 2446 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -46,16 +46,6 @@ id3 = "1.13"
|
|||
# UUID generation
|
||||
uuid = { version = "1.0", features = ["v4"] }
|
||||
|
||||
# GUI
|
||||
eframe = { version = "0.27", default-features = false, features = ["default_fonts", "glow"] }
|
||||
egui = "0.27"
|
||||
rfd = "0.14"
|
||||
home = "0.5.11" # Pin to version compatible with Rust 1.86
|
||||
|
||||
[[bin]]
|
||||
name = "navipod-gui"
|
||||
path = "src/gui_main.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = "1.0"
|
||||
tokio-test = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue