feat: migrate to ratatui (#26)

Co-authored-by: Ben PHL <benphawke@gmail.com>
This commit is contained in:
EdJoPaTo
2023-09-04 12:44:30 +02:00
committed by GitHub
parent 100a8166a3
commit 3f30effd19
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ include = ["src/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tui = { version = "0.19", default-features = false }
ratatui = { version = "0.23", default-features = false }
unicode-width = "0.1"
[dev-dependencies]
crossterm = "0.27"
tui = "0.19"
ratatui = "0.23"