From ea17038ac2a25982ffc8e9308eec312864938d20 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 20 May 2015 22:38:06 +0200 Subject: Detach wgl and win32 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 63432fa..e6b8aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,13 +39,13 @@ glutin_core_foundation = "0" [target.i686-pc-windows-gnu.dependencies] winapi = "0.1" gdi32-sys = "0.1" -user32-sys = "0.1" +user32-sys = "~0.1.1" kernel32-sys = "0.1" [target.x86_64-pc-windows-gnu.dependencies] winapi = "0.1" gdi32-sys = "0.1" -user32-sys = "0.1" +user32-sys = "~0.1.1" kernel32-sys = "0.1" [target.i686-unknown-linux-gnu.dependencies] -- cgit v1.2.3