Update FakeXRDevice to support updating bounds (#33271)

* Update FakeXRDevice to support updating bounds

Signed-off-by: Daniel Adams <msub2official@gmail.com>

* Add missing spec link

Signed-off-by: Daniel Adams <msub2official@gmail.com>

* Mark secondaryViews as optional in FakeXRDevice.setViews

Signed-off-by: Daniel Adams <msub2official@gmail.com>

---------

Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
Daniel Adams 2024-09-01 11:58:32 +00:00 committed by GitHub
parent 3453d9fdad
commit 9fdaf9bf0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 56 additions and 66 deletions

4
Cargo.lock generated
View file

@ -7783,7 +7783,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#7656508fdcda194997cdaa751f2b98797d963867"
source = "git+https://github.com/servo/webxr#1a2186a5b33ae9e2e0b4fc15e9dc6095ae2e5fd0"
dependencies = [
"crossbeam-channel",
"euclid",
@ -7800,7 +7800,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#7656508fdcda194997cdaa751f2b98797d963867"
source = "git+https://github.com/servo/webxr#1a2186a5b33ae9e2e0b4fc15e9dc6095ae2e5fd0"
dependencies = [
"euclid",
"ipc-channel",