From 9117bcf3d3f441c86c85b04ce54e135d28fcb2e1 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 20 May 2015 18:46:10 +0200 Subject: Switch to dwmapi --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3