mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Make skeptic an optional build dependency
This commit is contained in:
parent
e81a569e31
commit
a06ad90945
19
Cargo.toml
19
Cargo.toml
@ -11,8 +11,9 @@ readme = "Readme.md"
|
||||
repository = "https://github.com/gyscos/Cursive"
|
||||
version = "0.3.2"
|
||||
|
||||
[build-dependencies]
|
||||
skeptic = "0.6"
|
||||
[build-dependencies.skeptic]
|
||||
optional = true
|
||||
version = "0.6"
|
||||
|
||||
[dependencies]
|
||||
odds = "0.2"
|
||||
@ -20,23 +21,23 @@ toml = "0.2"
|
||||
unicode-segmentation = "0.1"
|
||||
unicode-width = "0.1"
|
||||
|
||||
[dependencies.bear-lib-terminal]
|
||||
optional = true
|
||||
version = "1.3.1"
|
||||
|
||||
[dependencies.ncurses]
|
||||
version = "5.83.0"
|
||||
features = ["wide"]
|
||||
optional = true
|
||||
version = "5.83.0"
|
||||
|
||||
[dependencies.pancurses]
|
||||
version = "0.6"
|
||||
features = ["wide"]
|
||||
optional = true
|
||||
version = "0.6"
|
||||
|
||||
[dependencies.termion]
|
||||
optional = true
|
||||
version = "1.1.1"
|
||||
optional = true
|
||||
|
||||
[dependencies.bear-lib-terminal]
|
||||
version = "1.3.1"
|
||||
optional = true
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user