diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index eee9312cb083213edbe1e99e9adcd0e7fa082bd8..914656671474c0c1aff6ea161f6136ddf426e6a9 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -40,15 +40,15 @@ libressl-pnacl-sys = "2.1.0" libressl-pnacl-sys = "2.1.0" # Only here to make sure we link to these in a static build on Windows -[target.i686-pc-windows-gnu] +[target.i686-pc-windows-gnu.dependencies] user32-sys = "0.1" gdi32-sys = "0.1" -[target.x86_64-pc-windows-gnu] +[target.x86_64-pc-windows-gnu.dependencies] user32-sys = "0.1" gdi32-sys = "0.1" -[target.i686-pc-windows-msvc] +[target.i686-pc-windows-msvc.dependencies] user32-sys = "0.1" gdi32-sys = "0.1" -[target.x86_64-pc-windows-msvc] +[target.x86_64-pc-windows-msvc.dependencies] user32-sys = "0.1" gdi32-sys = "0.1"