mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update ipc-channel and related dependencies
This commit is contained in:
parent
6ff2524781
commit
92161ecfbc
36 changed files with 120 additions and 139 deletions
|
@ -19,11 +19,11 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
crossbeam-channel = "0.3"
|
||||
euclid = "0.20"
|
||||
gleam = "0.6"
|
||||
ipc-channel = "0.11.2"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.13", features = ["mock", "openvr", "vrexternal"]}
|
||||
rust-webvr-api = "0.13"
|
||||
rust-webvr = { version = "0.14.2", features = ["mock", "openvr", "vrexternal"] }
|
||||
rust-webvr-api = "0.14"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
webvr_traits = {path = "../webvr_traits" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue