Update webxr

This commit is contained in:
Manish Goregaokar 2020-04-23 23:54:50 -07:00
parent 65f6ebe923
commit d4a90b12a8
2 changed files with 3 additions and 2 deletions

4
Cargo.lock generated
View file

@ -6422,7 +6422,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#6ead41b15b0c72ef8bd98af0c09f4fefec888aac"
source = "git+https://github.com/servo/webxr#eae68436697131122504b035746daa3a157b36b4"
dependencies = [
"android_injected_glue",
"bindgen",
@ -6445,7 +6445,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#6ead41b15b0c72ef8bd98af0c09f4fefec888aac"
source = "git+https://github.com/servo/webxr#eae68436697131122504b035746daa3a157b36b4"
dependencies = [
"euclid",
"ipc-channel",

View file

@ -269,6 +269,7 @@ impl FakeXRDeviceMethods for FakeXRDevice {
id,
supports_grip: true,
profiles,
hand_support: None,
};
let init = MockInputInit {