From 3687a55330d19892a996c7932f72a291974c1187 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Fri, 6 Dec 2019 23:48:38 -0500 Subject: Re-use tui fork for now... --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9c1a4bbe..6e32dbcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,8 @@ tokio = "0.2.0-alpha.4" winapi = "0.3.8" [dependencies.tui] +git = "https://github.com/ClementTsang/tui-rs" +# path = "../tui-rs" version = "0.7" default-features = false features = ['crossterm'] -- cgit v1.2.3