Skip to content

Commit 6bb1dbb

Browse files
committed
changes
1 parent ea05a55 commit 6bb1dbb

File tree

5 files changed

+307
-2
lines changed

5 files changed

+307
-2
lines changed

Cargo.lock

Lines changed: 142 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ tracing = { version = "0.1.40", features = [
5050
] }
5151
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }
5252
tracing-unwrap = "1.0.1"
53+
tui-input = "0.11.1"
54+
tui-menu = "0.3.0"
5355
which = "6.0.1"
5456
xz2 = { version = "0.1.7", features = ["static"] }
5557

src/ui/fancy_ui/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
mod display;
2+
mod setup;
23
mod state;
34
mod widgets;
45

56
pub use display::FancyUI;
7+
pub use setup::run_setup;

0 commit comments

Comments
 (0)