Auto merge of #23288 - paulrouget:glutin-21, r=jdm

Glutin 0.21

Fix #23189

Depends on #23233

Dependencies update:
- https://github.com/servo/rust-webvr/pull/73
- https://github.com/servo/skia/pull/172
- https://github.com/servo/rust-glx/pull/23
- https://github.com/servo/rust-offscreen-rendering-context/pull/134

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23288)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-05-22 10:02:14 -04:00 committed by GitHub
commit a911b82e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 625 additions and 351 deletions

View file

@ -15,7 +15,7 @@ app_units = "0.7"
cssparser = "0.25"
euclid = "0.19"
html5ever = "0.23"
parking_lot = "0.6"
parking_lot = "0.7"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}