Merge branch 'master' of github.com:Ticki/libterm

This commit is contained in:
ticki 2016-07-03 13:36:46 +02:00
commit a7e05eef63
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]