Use my own tui fork

This commit is contained in:
Joscha 2022-02-21 21:49:25 +01:00
parent 9a32792686
commit ee74676da4
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View file

@ -1222,8 +1222,7 @@ dependencies = [
[[package]] [[package]]
name = "tui" name = "tui"
version = "0.17.0" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/Garmelon/tui-rs.git?rev=07952dc#07952dc5b98885347cc224ac3ea91d8e6329bb1a"
checksum = "23ed0a32c88b039b73f1b6c5acbd0554bfa5b6be94467375fd947c4de3a02271"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cassowary", "cassowary",

View file

@ -17,5 +17,5 @@ tokio = { version = "1.16.1", features = ["full"] }
tokio-tungstenite = { version = "0.16.1", features = [ tokio-tungstenite = { version = "0.16.1", features = [
"rustls-tls-native-roots", "rustls-tls-native-roots",
] } ] }
tui = "0.17.0" tui = { git = "https://github.com/Garmelon/tui-rs.git", rev = "07952dc" }
unicode-width = "0.1.9" unicode-width = "0.1.9"