Auto merge of #27338 - jdm:exit-fix, r=Manishearth

Update webxr.

Fixes #27270.
This commit is contained in:
bors-servo 2020-07-20 17:11:58 -04:00 committed by GitHub
commit 1ded1ba992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6790,7 +6790,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#53c07f787d882c1b0dede5f4bb645a3bcf38d676"
source = "git+https://github.com/servo/webxr#b170a86c081f762d201d3e870febc6e900ad365b"
dependencies = [
"android_injected_glue",
"bindgen",
@ -6813,7 +6813,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#53c07f787d882c1b0dede5f4bb645a3bcf38d676"
source = "git+https://github.com/servo/webxr#b170a86c081f762d201d3e870febc6e900ad365b"
dependencies = [
"euclid",
"ipc-channel",