From 231049c118011e962f0234481a8e23dff06ece75 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 16 Sep 2019 23:34:34 -0400 Subject: Fixed text issue. --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2de34917..b20c39a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,12 +28,10 @@ tokio = "0.2.0-alpha.4" [dependencies.tui] version = "0.6.2" +git = "https://github.com/ClementTsang/tui-rs" default-features = false features = ['crossterm'] -[patch.crates-io] -tui = {git = "https://github.com/ClementTsang/tui-rs"} - [dev-dependencies] assert_cmd = "0.10" predicates = "1" -- cgit v1.2.3