Update ipc-channel and crossbeam-channel.

This commit is contained in:
Josh Matthews 2020-02-19 17:07:29 -05:00
parent 107a29121c
commit 3fd3c23e17
45 changed files with 362 additions and 168 deletions

View file

@ -60,7 +60,7 @@ lazy_static = "1"
libservo = {path = "../../components/servo"}
libc = "0.2"
log = "0.4"
rust-webvr = { version = "0.16", features = ["glwindow"] }
rust-webvr = { version = "0.17", features = ["glwindow"] }
servo-media = {git = "https://github.com/servo/media"}
shellwords = "1.0.0"
tinyfiledialogs = "3.0"

View file

@ -15,7 +15,7 @@ crate-type = ["cdylib"]
path = "lib.rs"
[dependencies]
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
euclid = "0.20"
gleam = "0.6"
glib = { version = "0.8", features = ["subclassing"] }

View file

@ -22,7 +22,7 @@ layout-2020 = ["simpleservo/layout-2020"]
[dependencies]
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
rust-webvr = { version = "0.16", features = ["magicleap"] }
rust-webvr = { version = "0.17", features = ["magicleap"] }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
libc = "0.2"