Bläddra i källkod

Preventing default loading of termion through tui

Raimundo Saona 3 år sedan
förälder
incheckning
2700806ca9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"