Loading openssl-sys/Cargo.toml +1 −10 Original line number Diff line number Diff line Loading @@ -42,15 +42,6 @@ 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.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" [target.x86_64-pc-windows-gnu.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" [target.i686-pc-windows-msvc.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" [target.x86_64-pc-windows-msvc.dependencies] [target.'cfg(windows)'.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" Loading
openssl-sys/Cargo.toml +1 −10 Original line number Diff line number Diff line Loading @@ -42,15 +42,6 @@ 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.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" [target.x86_64-pc-windows-gnu.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" [target.i686-pc-windows-msvc.dependencies] user32-sys = "0.2" gdi32-sys = "0.2" [target.x86_64-pc-windows-msvc.dependencies] [target.'cfg(windows)'.dependencies] user32-sys = "0.2" gdi32-sys = "0.2"