Auto merge of #24081 - jdm:update-webxr, r=jdm

Update webxr for immersive-vr support.

<!-- 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/24081)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-08-28 15:49:07 -04:00 committed by GitHub
commit 6297fa582a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -5608,7 +5608,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#68eb71957897b7cf5b09c7b13bf6f49bb179d4e3"
source = "git+https://github.com/servo/webxr#f71f85bf187fe7aa7d72b6a573b893a4a2f07e44"
dependencies = [
"bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -5626,7 +5626,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#68eb71957897b7cf5b09c7b13bf6f49bb179d4e3"
source = "git+https://github.com/servo/webxr#f71f85bf187fe7aa7d72b6a573b893a4a2f07e44"
dependencies = [
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",