From 4bd96b06ef00474a654242be5c451af0327297dc Mon Sep 17 00:00:00 2001 From: Ticki Date: Tue, 29 Mar 2016 08:00:01 +0200 Subject: [PATCH] Simplify dependencies --- Cargo.toml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8b1c94..eeb2f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,22 +3,7 @@ name = "termion" version = "0.1.0" authors = ["Ticki "] -[target.i686-unknown-linux-gnu.dependencies] -libc = "0.2.8" - -[target.x86_64-unknown-linux-gnu.dependencies] -libc = "0.2.8" - -[target.i686-unknown-linux-musl.dependencies] -libc = "0.2.8" - -[target.x86_64-unknown-linux-musl.dependencies] -libc = "0.2.8" - -[target.i686-apple-darwin.dependencies] -libc = "0.2.8" - -[target.x86_64-apple-darwin.dependencies] +[target.'cfg(unix)'.dependencies] libc = "0.2.8" [features]