Merge pull request #26 from jackpot51/patch-2

Alternative fix for compilation on Redox
This commit is contained in:
ticki 2016-07-02 18:33:55 +02:00 committed by GitHub
commit b0a4e3af13
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "termion"
version = "0.1.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
[target.'cfg(unix)'.dependencies]
[target.'cfg(not(target_os = "redox"))'.dependencies]
libc = "0.2.8"
[features]