Auto merge of #26042 - jdm:webxrup, r=Manishearth

Update webxr and webxr-api.

This allows us to re-enter immersive mode on HoloLens, and also allows us to test immersive-ar scenes in the glwindow backend.
This commit is contained in:
bors-servo 2020-03-26 19:20:53 -04:00 committed by GitHub
commit ebaa73ddcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6665,7 +6665,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#bf3d92b744a3e48d9addb76f0eef45320ac33960"
source = "git+https://github.com/servo/webxr#72b30f2b70ff7b40dc0ffdeefce1116b24041f3d"
dependencies = [
"bindgen",
"crossbeam-channel",
@ -6687,7 +6687,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#bf3d92b744a3e48d9addb76f0eef45320ac33960"
source = "git+https://github.com/servo/webxr#72b30f2b70ff7b40dc0ffdeefce1116b24041f3d"
dependencies = [
"euclid",
"ipc-channel",