From 3cf487ac70c50d8e0a0720af843145d28ce4f1c7 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 1 Dec 2014 18:24:15 +0100 Subject: Use the winapi crate instead of our own ffi --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 43e594b..fc2be6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,3 +37,11 @@ git = "https://github.com/servo/rust-core-graphics" [target.x86_64-apple-darwin.dependencies.core_graphics] git = "https://github.com/servo/rust-core-graphics" + +[target.i686-pc-windows-gnu.dependencies.winapi] +git = "https://github.com/retep998/winapi-rs" +features = ["gdi32", "kernel32", "user32"] + +[target.x86_64-pc-windows-gnu.dependencies.winapi] +git = "https://github.com/retep998/winapi-rs" +features = ["gdi32", "kernel32", "user32"] -- cgit v1.2.3