Auto merge of #26093 - jdm:webxrup, r=jdm

Update webxr.

This brings in an openxr improvement that is necesary for testing prerelease HoloLens images.
This commit is contained in:
bors-servo 2020-04-01 23:54:53 -04:00 committed by GitHub
commit e47e884cc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6680,7 +6680,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#412f385483ad502320f94d98fe5beabf53d14de7"
source = "git+https://github.com/servo/webxr#2ff799c23431d5c20f38b49b211101c86cc1728f"
dependencies = [
"bindgen",
"crossbeam-channel",
@ -6702,7 +6702,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#412f385483ad502320f94d98fe5beabf53d14de7"
source = "git+https://github.com/servo/webxr#2ff799c23431d5c20f38b49b211101c86cc1728f"
dependencies = [
"euclid",
"ipc-channel",