From 9d387b4f9820c55030724506533b0233b75f2617 Mon Sep 17 00:00:00 2001 From: Peter Atashian Date: Fri, 21 Aug 2015 11:49:10 -0400 Subject: Cleanup unused import stuff Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e24b01c..a952eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,14 @@ user32-sys = "~0.1.1" kernel32-sys = "0.1" dwmapi-sys = "0.1" +[target.i686-pc-windows-msvc.dependencies] +winapi = "0.2" +shell32-sys = "0.1" +gdi32-sys = "0.1" +user32-sys = "~0.1.1" +kernel32-sys = "0.1" +dwmapi-sys = "0.1" + [target.x86_64-pc-windows-gnu.dependencies] winapi = "0.2" shell32-sys = "0.1" -- cgit v1.2.3