aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-12-03 08:25:02 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-12-03 08:25:02 +0100
commitc6f5b4a107109c7c900b5e56adb036a5e55e667b (patch)
tree57085dc0026f41848c59457af781550c36003448 /Cargo.toml
parent6652cd0bdfa8c8db90ed01afaccad40f17228c43 (diff)
parent3cf487ac70c50d8e0a0720af843145d28ce4f1c7 (diff)
downloadglutin-c6f5b4a107109c7c900b5e56adb036a5e55e667b.tar.gz
glutin-c6f5b4a107109c7c900b5e56adb036a5e55e667b.zip
Merge pull request #150 from tomaka/winapi
Use the winapi crate instead of our own ffi
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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"]