Auto merge of #7482 - glennw:glutin-update, r=larsbergstrom

Update glutin to get android build fix



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7482)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-31 16:58:07 -06:00
commit dbf8c9d2bc
2 changed files with 2 additions and 2 deletions

View file

@ -628,7 +628,7 @@ dependencies = [
[[package]] [[package]]
name = "glutin" name = "glutin"
version = "0.3.5" version = "0.3.5"
source = "git+https://github.com/servo/glutin?branch=servo#22a561c30a0560f445f50abcebf8439d264e0c67" source = "git+https://github.com/servo/glutin?branch=servo#0b055f889ce0baaa0fc186da4f3b5c31b7c6fd18"
dependencies = [ dependencies = [
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -620,7 +620,7 @@ dependencies = [
[[package]] [[package]]
name = "glutin" name = "glutin"
version = "0.3.5" version = "0.3.5"
source = "git+https://github.com/servo/glutin?branch=servo#22a561c30a0560f445f50abcebf8439d264e0c67" source = "git+https://github.com/servo/glutin?branch=servo#0b055f889ce0baaa0fc186da4f3b5c31b7c6fd18"
dependencies = [ dependencies = [
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",