diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-03-26 19:20:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 19:20:53 -0400 |
commit | ebaa73ddcdd9d29688cafdab00b3cad68879d00e (patch) | |
tree | 1f2ddd81a7778bace22c63f3506091521668ebe9 | |
parent | 4dbe3b30cd62013f7a8f231b733f1eef3fd80b33 (diff) | |
parent | 572a9c6e6a1a437edd96e23644596e1427c8e3cd (diff) | |
download | servo-ebaa73ddcdd9d29688cafdab00b3cad68879d00e.tar.gz servo-ebaa73ddcdd9d29688cafdab00b3cad68879d00e.zip |
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.
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index dad804565f4..cf9f0fb33db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", |