From 9eeb5aebd891eecadae575f6a27509c018beca54 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 19 Jul 2020 23:11:06 -0700 Subject: Disable default ncurses backend from cursive Cursive includes the ncurses backend by default, which requires building it and overall causes a bunch of unnecessary complications. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0240b65..6e94652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ notify = "4.0" [dependencies.cursive] version = "0.15" +default-features = false features = ["termion-backend"] [dependencies.chrono] -- cgit v1.2.3