Update Cargo.toml
This commit is contained in:
parent
133497a4be
commit
af5d04d3b6
|
@ -3,7 +3,7 @@ name = "termion"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Ticki <Ticki@users.noreply.github.com>"]
|
authors = ["Ticki <Ticki@users.noreply.github.com>"]
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(not(target_os = "redox"))'.dependencies]
|
||||||
libc = "0.2.8"
|
libc = "0.2.8"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in New Issue