diff options
| author | Pierre Krieger <pierre.krieger1708@gmail.com> | 2015-01-18 13:48:43 +0100 |
|---|---|---|
| committer | Pierre Krieger <pierre.krieger1708@gmail.com> | 2015-01-18 13:48:43 +0100 |
| commit | c2c43b80b307a772f349753efc91f64bdd458151 (patch) | |
| tree | 162b9e783c474a41e6c381b7401fb14a38ba5146 | |
| parent | 0d114c72b3362fb6e5094bf225e323941135b81a (diff) | |
| download | glutin-c2c43b80b307a772f349753efc91f64bdd458151.tar.gz glutin-c2c43b80b307a772f349753efc91f64bdd458151.zip | |
Fix for changes in winapi
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |
