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

View file

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