diff --git a/Cargo.lock b/Cargo.lock index 2613fa3..91b1262 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1222,8 +1222,7 @@ dependencies = [ [[package]] name = "tui" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ed0a32c88b039b73f1b6c5acbd0554bfa5b6be94467375fd947c4de3a02271" +source = "git+https://github.com/Garmelon/tui-rs.git?rev=07952dc#07952dc5b98885347cc224ac3ea91d8e6329bb1a" dependencies = [ "bitflags", "cassowary", diff --git a/cove-tui/Cargo.toml b/cove-tui/Cargo.toml index cf39b89..0a20ac3 100644 --- a/cove-tui/Cargo.toml +++ b/cove-tui/Cargo.toml @@ -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"