diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-01-09 07:13:08 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-01-09 07:13:08 +1000 |
commit | 3e3e3be7029111e75b68831c6fdef4203cb05c8a (patch) | |
tree | 14dcd6dd70272b18eed64deb4b4a39571f00a651 | |
parent | 7800d98728bfa1375ad8b6a2dac7f2f35603b6d1 (diff) | |
download | servo-3e3e3be7029111e75b68831c6fdef4203cb05c8a.tar.gz servo-3e3e3be7029111e75b68831c6fdef4203cb05c8a.zip |
Update glutin for hidpi tests on mac.
-rw-r--r-- | components/servo/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 9e9c8231efd..4d285bbf55e 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "glutin" version = "0.0.2" -source = "git+https://github.com/servo/glutin?ref=servo#447b6e4132b09018bbfabe5035e4ab932a5c24be" +source = "git+https://github.com/servo/glutin?ref=servo#47d4e815c063f1ebff534e759e02e887006ae74f" dependencies = [ "android_glue 0.0.1 (git+https://github.com/servo/android-rs-glue?ref=servo)", "cocoa 0.1.1 (git+https://github.com/servo/rust-cocoa)", |