diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2020-04-23 23:54:50 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-04-27 08:02:41 -0700 |
commit | d4a90b12a8513d98d15fc43d74354b5e48a6f181 (patch) | |
tree | 323a9485b36845f0a3a87589fa9ab960b9d95c25 | |
parent | 65f6ebe923c5f3c576bc338dfc40b3873d989370 (diff) | |
download | servo-d4a90b12a8513d98d15fc43d74354b5e48a6f181.tar.gz servo-d4a90b12a8513d98d15fc43d74354b5e48a6f181.zip |
Update webxr
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | components/script/dom/fakexrdevice.rs | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index c73fba7b4c8..97116673816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/components/script/dom/fakexrdevice.rs b/components/script/dom/fakexrdevice.rs index 5b1ca75fb3d..811a7e01b42 100644 --- a/components/script/dom/fakexrdevice.rs +++ b/components/script/dom/fakexrdevice.rs @@ -269,6 +269,7 @@ impl FakeXRDeviceMethods for FakeXRDevice { id, supports_grip: true, profiles, + hand_support: None, }; let init = MockInputInit { |