diff options
| author | Jim McGrath <[email protected]> | 2017-06-06 20:56:16 -0500 |
|---|---|---|
| committer | Jim McGrath <[email protected]> | 2017-06-06 20:56:16 -0500 |
| commit | 9ba96b80b171d3d869b33529867668b36533b05f (patch) | |
| tree | 66993c9fa1d311426a1c0c9ae3c623281bb842fd /openssl-sys | |
| parent | Merge pull request #645 from sfackler/110f (diff) | |
| download | rust-openssl-9ba96b80b171d3d869b33529867668b36533b05f.tar.xz rust-openssl-9ba96b80b171d3d869b33529867668b36533b05f.zip | |
remove unused dependencies on windows
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/Cargo.toml | 4 |
1 files changed, 0 insertions, 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" |