From ee74676da480d7b8f3276572637e8b65c4bf5ead Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 21 Feb 2022 21:49:25 +0100 Subject: [PATCH] Use my own tui fork --- Cargo.lock | 3 +-- cove-tui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"