Merge pull request #647 from mcgoo/remove_unused_deps

remove unused dependencies on windows
This commit is contained in:
Steven Fackler 2017-06-07 10:40:47 -04:00 committed by GitHub
commit 478957c0f6
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"