diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-05-05 18:11:32 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-05-05 18:11:32 -0500 |
commit | c303e9dcd599cd6cb59fb6468a9be7fa18eab065 (patch) | |
tree | e084945e0ff9259c738a405ea1da7f51b08ff27b | |
parent | 1721cf45ed59306a69f3ade08feca065804c3804 (diff) | |
parent | 6ec4f3e02e4db59cece84d7994000c41c69a3aeb (diff) | |
download | servo-c303e9dcd599cd6cb59fb6468a9be7fa18eab065.tar.gz servo-c303e9dcd599cd6cb59fb6468a9be7fa18eab065.zip |
Auto merge of #5956 - glennw:up-glutin, r=mbrubeck
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5956)
<!-- Reviewable:end -->
-rw-r--r-- | components/servo/Cargo.lock | 2 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 2 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index b71f516c39b..ac3a7c801c2 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "glutin" version = "0.0.26" -source = "git+https://github.com/servo/glutin?branch=servo#c1af76550f311e3da7a08d393b4ea9805cb61a7b" +source = "git+https://github.com/servo/glutin?branch=servo#11389c9ead188376095297a5a295f53d98129a57" dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 8af8d6048fc..b3cfd2544cf 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "glutin" version = "0.0.26" -source = "git+https://github.com/servo/glutin?branch=servo#c1af76550f311e3da7a08d393b4ea9805cb61a7b" +source = "git+https://github.com/servo/glutin?branch=servo#11389c9ead188376095297a5a295f53d98129a57" dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index bbd8f4d60ce..f3f191d8532 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "glutin" version = "0.0.26" -source = "git+https://github.com/servo/glutin?branch=servo#c1af76550f311e3da7a08d393b4ea9805cb61a7b" +source = "git+https://github.com/servo/glutin?branch=servo#11389c9ead188376095297a5a295f53d98129a57" dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |