Preventing default loading of termion through tui

This commit is contained in:
Raimundo Saona 2022-01-13 21:39:02 +01:00
parent 6c8fd6dccb
commit 2700806ca9

View file

@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tui = { version = "0.16.0", features = ["crossterm"] }
tui = { version = "0.16.0", features = ["crossterm"], default-features = false }
crossterm = "0.22.1"
anyhow = "1.0.42"
thiserror = "1.0.24"