Skip to content

Commit cb13638

Browse files
committed
objdiff-cli: Migrate to ratatui for rendering
1 parent 37ddbb7 commit cb13638

File tree

4 files changed

+288
-155
lines changed

4 files changed

+288
-155
lines changed

Cargo.lock

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

objdiff-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ crossterm = "0.27.0"
2020
enable-ansi-support = "0.2.1"
2121
log = "0.4.20"
2222
objdiff-core = { path = "../objdiff-core", features = ["all"] }
23+
ratatui = "0.26.1"
2324
rayon = "1.8.1"
2425
serde = { version = "1", features = ["derive"] }
2526
serde_json = "1.0.111"

0 commit comments

Comments
 (0)