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

View file

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