From 61a4c4b75f481ace9e4317be023017326832bdd7 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 17 Dec 2014 07:29:45 +0100 Subject: [PATCH] Use "winapi" from crates.io --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c578d5eb..cc56ac2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,9 +36,9 @@ git = "https://github.com/servo/rust-core-graphics" git = "https://github.com/servo/rust-core-graphics" [target.i686-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/retep998/winapi-rs" +version = "^0.0.2" features = ["gdi32", "kernel32", "user32"] [target.x86_64-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/retep998/winapi-rs" +version = "^0.0.2" features = ["gdi32", "kernel32", "user32"]