Commit 478957c0 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #647 from mcgoo/remove_unused_deps

remove unused dependencies on windows
parents 205aaeb3 9ba96b80
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"