diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-08-21 18:24:12 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-08-21 18:24:12 +0200 |
commit | 73e4a7d4b17bfc08acc198e0336a2f5c7fd2036a (patch) | |
tree | bec33c8ff87c3b906272001ac617b0ffdcd1b803 /Cargo.toml | |
parent | 42949fb34bd8287fab7ea162e962fbcd3eaec9ea (diff) | |
parent | 9d387b4f9820c55030724506533b0233b75f2617 (diff) | |
download | glutin-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.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |