Use actual floor origin for local-floor

This commit is contained in:
Manish Goregaokar 2019-12-11 19:10:49 -08:00
parent 322463450d
commit bc1bd22d47
2 changed files with 18 additions and 17 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#a098d39811ad73a070b578d62606aef169aef8e9"
source = "git+https://github.com/servo/webxr#48ce33668b2e6cd95507ee909ac02c160ae7bedc"
dependencies = [
"bindgen",
"euclid",
@ -6412,7 +6412,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#a098d39811ad73a070b578d62606aef169aef8e9"
source = "git+https://github.com/servo/webxr#48ce33668b2e6cd95507ee909ac02c160ae7bedc"
dependencies = [
"euclid",
"ipc-channel",