From ae33abec18938f73810c5c2f4faa12ed0e6a4216 Mon Sep 17 00:00:00 2001 From: hyst329 Date: Mon, 30 Jan 2017 18:17:05 +0300 Subject: [PATCH] Fixed build on Windows --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"