From 2e11db09bcd75bac74b1356888e10740a5272d6c Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Thu, 19 Dec 2019 11:53:24 -0500 Subject: Switch from termion to crossterm for tui --- ticket/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ticket/Cargo.toml') diff --git a/ticket/Cargo.toml b/ticket/Cargo.toml index 574251a..6c260d7 100644 --- a/ticket/Cargo.toml +++ b/ticket/Cargo.toml @@ -25,5 +25,5 @@ toml = "0.5" uuid = { version = "0.8", features = ["serde", "v1"] } log = "0.4" pretty_env_logger = "0.3" -tui = "0.7" -termion = "1.5" +crossterm = "0.14" +tui = { version = "0.8", default-features = false, features = ['crossterm'] } -- cgit v1.2.3