From 9ba96b80b171d3d869b33529867668b36533b05f Mon Sep 17 00:00:00 2001 From: Jim McGrath Date: Tue, 6 Jun 2017 20:56:16 -0500 Subject: [PATCH] remove unused dependencies on windows --- openssl-sys/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index e0438fea..c419f6a4 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -18,10 +18,6 @@ libc = "0.2" pkg-config = "0.3.9" gcc = "0.3.42" -[target.'cfg(windows)'.dependencies] -user32-sys = "0.2" -gdi32-sys = "0.2" - # We don't actually use metadeps for annoying reasons but this is still here for tooling [package.metadata.pkg-config] openssl = "1.0.1"