Auto merge of #25843 - jdm:xr-up, r=asajeffrey

Update webxr for openxr VR support.
This commit is contained in:
bors-servo 2020-02-26 18:15:05 -05:00 committed by GitHub
commit 412eccddcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6673,7 +6673,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#c0c1e794609c992902efbb54fa64404a69b5ddbe"
source = "git+https://github.com/servo/webxr#68b024221b8c72b5b33a63441d63803a13eadf03"
dependencies = [
"bindgen",
"euclid",
@ -6694,7 +6694,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#c0c1e794609c992902efbb54fa64404a69b5ddbe"
source = "git+https://github.com/servo/webxr#68b024221b8c72b5b33a63441d63803a13eadf03"
dependencies = [
"euclid",
"ipc-channel",