From 5dd90a7808c2a1ed8f7ba901765d2e42858b2192 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 20 Jul 2020 11:38:20 +0530 Subject: switch to crossterm backend --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0240b65..7659d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ notify = "4.0" [dependencies.cursive] version = "0.15" -features = ["termion-backend"] +features = ["crossterm-backend"] [dependencies.chrono] version = "0.4" -- cgit v1.2.3