summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bury <alexandre.bury@gmail.com>2020-07-19 23:11:06 -0700
committerGitHub <noreply@github.com>2020-07-19 23:11:06 -0700
commit9eeb5aebd891eecadae575f6a27509c018beca54 (patch)
treeba32535fa99d81eeadaa549d9864751302b40823
parenta110cc018cd40488871bae025d11ef4ae59e9e60 (diff)
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.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]