aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-05-20 18:46:10 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-05-24 09:10:45 +0200
commit9117bcf3d3f441c86c85b04ce54e135d28fcb2e1 (patch)
tree300996b7cb0e58aff01f390da77c76d94b3a8c5c /Cargo.toml
parent81314f91d82dff07f6da3409dd1280a68d4dcd60 (diff)
downloadglutin-9117bcf3d3f441c86c85b04ce54e135d28fcb2e1.tar.gz
glutin-9117bcf3d3f441c86c85b04ce54e135d28fcb2e1.zip
Switch to dwmapi
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f73636..4bcbac5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,16 +37,18 @@ glutin_core_graphics = "0"
glutin_core_foundation = "0"
[target.i686-pc-windows-gnu.dependencies]
-winapi = "0.1"
+winapi = "~0.1.18"
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.1"
+winapi = "~0.1.18"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
kernel32-sys = "0.1"
+dwmapi-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"