aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2014-12-17 07:29:45 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2014-12-17 07:29:45 +0100
commit61a4c4b75f481ace9e4317be023017326832bdd7 (patch)
tree3298e898da25a7487546164299ab0de26dd36eff /Cargo.toml
parent19d120b8b19d85e9cea5c3e8851b8809d072b8bd (diff)
downloadglutin-61a4c4b75f481ace9e4317be023017326832bdd7.tar.gz
glutin-61a4c4b75f481ace9e4317be023017326832bdd7.zip
Use "winapi" from crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c578d5e..cc56ac2 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"]