Support nullable origins and floors

This commit is contained in:
Manish Goregaokar 2019-12-11 18:16:41 -08:00
parent 0bace66f70
commit 322463450d
7 changed files with 51 additions and 27 deletions

4
Cargo.lock generated
View file

@ -6391,7 +6391,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#b223bc02b04c8ce0905f34a58802af323457bef4"
source = "git+https://github.com/servo/webxr#a098d39811ad73a070b578d62606aef169aef8e9"
dependencies = [
"bindgen",
"euclid",
@ -6412,7 +6412,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#b223bc02b04c8ce0905f34a58802af323457bef4"
source = "git+https://github.com/servo/webxr#a098d39811ad73a070b578d62606aef169aef8e9"
dependencies = [
"euclid",
"ipc-channel",