aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-08-21 18:24:12 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-08-21 18:24:12 +0200
commit73e4a7d4b17bfc08acc198e0336a2f5c7fd2036a (patch)
treebec33c8ff87c3b906272001ac617b0ffdcd1b803 /Cargo.toml
parent42949fb34bd8287fab7ea162e962fbcd3eaec9ea (diff)
parent9d387b4f9820c55030724506533b0233b75f2617 (diff)
downloadglutin-73e4a7d4b17bfc08acc198e0336a2f5c7fd2036a.tar.gz
glutin-73e4a7d4b17bfc08acc198e0336a2f5c7fd2036a.zip
Merge pull request #576 from retep998/master
Cleanup unused import stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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"