mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update rust-webvr
This commit is contained in:
parent
9a31f6fe7a
commit
422faddedf
3 changed files with 11 additions and 11 deletions
|
@ -19,10 +19,10 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
crossbeam-channel = "0.3"
|
||||
euclid = "0.19"
|
||||
gleam = "0.6"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.11.2"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.11", features = ["openvr", "vrexternal"]}
|
||||
rust-webvr = {version = "0.11.3", features = ["mock", "openvr", "vrexternal"]}
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
webvr_traits = {path = "../webvr_traits" }
|
||||
|
|
|
@ -13,5 +13,5 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
ipc-channel = "0.11"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr-api = {version = "0.11", features = ["ipc"]}
|
||||
rust-webvr-api = {version = "0.11.3", features = ["ipc"]}
|
||||
serde = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue