Skip to content

Commit

Permalink
Add tui
Browse files Browse the repository at this point in the history
  • Loading branch information
BijanRegmi committed Jun 3, 2023
1 parent 43a834d commit 1b27e3f
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 27 deletions.
356 changes: 355 additions & 1 deletion 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 @@ -7,5 +7,7 @@ edition = "2021"

[dependencies]
bitflags = "2.2.1"
crossterm = "0.26.1"
dbg_hex = "0.1.1"
libc = "0.2.142"
tui = {version = "0.19.0", features = ["crossterm"]}
Loading

0 comments on commit 1b27e3f

Please sign in to comment.