mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update webxr
This commit is contained in:
parent
65f6ebe923
commit
d4a90b12a8
2 changed files with 3 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -269,6 +269,7 @@ impl FakeXRDeviceMethods for FakeXRDevice {
|
|||
id,
|
||||
supports_grip: true,
|
||||
profiles,
|
||||
hand_support: None,
|
||||
};
|
||||
|
||||
let init = MockInputInit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue