remove unused dependencies on windows

This commit is contained in:
Jim McGrath 2017-06-06 20:56:16 -05:00
parent 205aaeb320
commit 9ba96b80b1
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ libc = "0.2"
pkg-config = "0.3.9" pkg-config = "0.3.9"
gcc = "0.3.42" 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 # We don't actually use metadeps for annoying reasons but this is still here for tooling
[package.metadata.pkg-config] [package.metadata.pkg-config]
openssl = "1.0.1" openssl = "1.0.1"