aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-01-18 13:48:43 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-01-18 13:48:43 +0100
commitc2c43b80b307a772f349753efc91f64bdd458151 (patch)
tree162b9e783c474a41e6c381b7401fb14a38ba5146 /Cargo.toml
parent0d114c72b3362fb6e5094bf225e323941135b81a (diff)
downloadglutin-c2c43b80b307a772f349753efc91f64bdd458151.tar.gz
glutin-c2c43b80b307a772f349753efc91f64bdd458151.zip
Fix for changes in winapi
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 46d9bd1..b7a148c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,9 +45,9 @@ git = "https://github.com/servo/rust-core-foundation"
git = "https://github.com/servo/rust-core-foundation"
[target.i686-pc-windows-gnu.dependencies.winapi]
-version = "*"
+version = "0.0.5"
features = ["gdi32", "kernel32", "user32"]
[target.x86_64-pc-windows-gnu.dependencies.winapi]
-version = "*"
+version = "0.0.5"
features = ["gdi32", "kernel32", "user32"]