Merge pull request #26 from jackpot51/patch-2
Alternative fix for compilation on Redox
This commit is contained in:
commit
b0a4e3af13
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue