diff --git a/Cargo.toml b/Cargo.toml index ed87b2e..f3e4c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/gyscos/Cursive" version = "0.4.0" [badges] -travis-ci = { repository = "gyscos/Cursive" } +travis-ci = { repository = "gyscos/cursive" } [build-dependencies.skeptic] optional = true @@ -22,12 +22,15 @@ version = "0.6" [dependencies] chan = "0.1.18" num = "0.1" -chan-signal = "0.1" odds = "0.2" toml = "0.2" unicode-segmentation = "1.0" unicode-width = "0.1" +[dependencies.chan-signal] +optional = true +version = "0.1" + [dependencies.bear-lib-terminal] optional = true version = "1.3.1" @@ -52,6 +55,7 @@ skeptic = "0.6" [features] default = ["ncurses"] +termion-backend = ["termion", "chan-signal"] [lib] name = "cursive"