From 3ad902010f8a2f3f69cbd64243be5fe788464dfb Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 30 Aug 2016 14:02:32 -0400 Subject: [PATCH] get rid of Windows deps --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2e2797..e572613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,6 @@ documentation = "https://edef1c.github.io/libfringe" [target.'cfg(unix)'.dependencies] libc = "0.2.14" -[target.'cfg(windows)'.dependencies] -kernel32-sys = "0.2.2" -winapi = "0.2.6" - [dependencies.valgrind_request] optional = true version = "1.0.0"