mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
Preventing default loading of termion through tui
This commit is contained in:
parent
6c8fd6dccb
commit
2700806ca9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue