Skip to content

Commit

Permalink
Replace tui with ratatui lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ztroop committed Feb 25, 2024
1 parent 74abb38 commit aea8522
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 41 deletions.
230 changes: 203 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dead-ringer"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
description = "Dring, A Binary Diff Utility"
authors = ["Zackary Troop"]
Expand All @@ -10,5 +10,5 @@ name = "dring"
path = "src/main.rs"

[dependencies]
tui = { version = "0.19.0", features = ["crossterm"] }
ratatui = { version = "0.25.0", features = ["crossterm"] }
crossterm = "0.27"
Loading

0 comments on commit aea8522

Please sign in to comment.