diff options
author | Alexandre Bury <[email protected]> | 2020-07-20 07:11:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-20 07:11:06 +0100 |
commit | 9eeb5aebd891eecadae575f6a27509c018beca54 (patch) | |
tree | ba32535fa99d81eeadaa549d9864751302b40823 /Cargo.toml | |
parent | a110cc018cd40488871bae025d11ef4ae59e9e60 (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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ notify = "4.0" | |||
22 | 22 | ||
23 | [dependencies.cursive] | 23 | [dependencies.cursive] |
24 | version = "0.15" | 24 | version = "0.15" |
25 | default-features = false | ||
25 | features = ["termion-backend"] | 26 | features = ["termion-backend"] |
26 | 27 | ||
27 | [dependencies.chrono] | 28 | [dependencies.chrono] |