aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2014-12-29 22:56:15 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2014-12-30 08:20:50 +0100
commitb9a6366f96e14e396452da443b64a10ee480fabf (patch)
tree0b23538cd302d3bd42c6784a74b0c8df882a74dc /Cargo.toml
parent29bf3385add5ee9306452fe605984838ecfaa1a5 (diff)
downloadglutin-b9a6366f96e14e396452da443b64a10ee480fabf.tar.gz
glutin-b9a6366f96e14e396452da443b64a10ee480fabf.zip
Update for changes in Send/Sync traits
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 99a727b..71595b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,9 +38,9 @@ git = "https://github.com/servo/rust-core-graphics"
git = "https://github.com/servo/rust-core-graphics"
[target.i686-pc-windows-gnu.dependencies.winapi]
-version = "^0.0.2"
+version = "^0.0.3"
features = ["gdi32", "kernel32", "user32"]
[target.x86_64-pc-windows-gnu.dependencies.winapi]
-version = "^0.0.2"
+version = "^0.0.3"
features = ["gdi32", "kernel32", "user32"]