From 3eace50dfb39317fb08e5a95d6126b787c567a17 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 18 Jul 2020 14:14:40 +0530 Subject: switch to termion backend for strikethrough and stable refresh rate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69a1958..17fb40f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ notify = "4.0" [dependencies.cursive] version = "0.15" -features = ["crossterm-backend"] +features = ["termion-backend"] [dependencies.chrono] version = "0.4" -- cgit v1.2.3