Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Jan 9, 2025
1 parent ea05a55 commit 6bb1dbb
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 2 deletions.
144 changes: 142 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tracing = { version = "0.1.40", features = [
] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }
tracing-unwrap = "1.0.1"
tui-input = "0.11.1"
tui-menu = "0.3.0"
which = "6.0.1"
xz2 = { version = "0.1.7", features = ["static"] }

Expand Down
2 changes: 2 additions & 0 deletions src/ui/fancy_ui/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
mod display;
mod setup;
mod state;
mod widgets;

pub use display::FancyUI;
pub use setup::run_setup;
Loading

0 comments on commit 6bb1dbb

Please sign in to comment.