aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Bury <[email protected]>2020-07-20 07:11:06 +0100
committerGitHub <[email protected]>2020-07-20 07:11:06 +0100
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"
22 22
23[dependencies.cursive] 23[dependencies.cursive]
24version = "0.15" 24version = "0.15"
25default-features = false
25features = ["termion-backend"] 26features = ["termion-backend"]
26 27
27[dependencies.chrono] 28[dependencies.chrono]