Auto merge of #26551 - Manishearth:per-view, r=asajeffrey

Update to handle per-view eye transforms

Depends on https://github.com/servo/webxr/pull/175
This commit is contained in:
bors-servo 2020-05-18 11:21:33 -04:00 committed by GitHub
commit c183f95297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 143 additions and 133 deletions

4
Cargo.lock generated
View file

@ -6484,7 +6484,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#51477cb33fdb3bf3d5cc8b5af9e547fad9d67319"
source = "git+https://github.com/servo/webxr#0d8d2affc4da259b88d251ab49c0bbcbe96acf4d"
dependencies = [
"android_injected_glue",
"bindgen",
@ -6507,7 +6507,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#51477cb33fdb3bf3d5cc8b5af9e547fad9d67319"
source = "git+https://github.com/servo/webxr#0d8d2affc4da259b88d251ab49c0bbcbe96acf4d"
dependencies = [
"euclid",
"ipc-channel",