diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-02-19 17:07:29 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-02-20 11:15:13 -0500 |
commit | 3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7 (patch) | |
tree | 7b3d43e2d5cb3d88a57b39cc07c550847cf69e83 /components/webvr | |
parent | 107a29121c8a0e21d03645dd07121b59b595ac93 (diff) | |
download | servo-3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7.tar.gz servo-3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7.zip |
Update ipc-channel and crossbeam-channel.
Diffstat (limited to 'components/webvr')
-rw-r--r-- | components/webvr/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/webvr/Cargo.toml b/components/webvr/Cargo.toml index 02b65782e82..9f713245519 100644 --- a/components/webvr/Cargo.toml +++ b/components/webvr/Cargo.toml @@ -17,13 +17,13 @@ oculusvr = ['rust-webvr/oculusvr'] [dependencies] canvas_traits = {path = "../canvas_traits"} compositing = {path = "../compositing"} -crossbeam-channel = "0.3" +crossbeam-channel = "0.4" euclid = "0.20" -ipc-channel = "0.12" +ipc-channel = "0.14" log = "0.4" msg = {path = "../msg"} -rust-webvr = {version = "0.16", features = ["mock", "openvr", "vrexternal"]} -rust-webvr-api = "0.16" +rust-webvr = {version = "0.17", features = ["mock", "openvr", "vrexternal"]} +rust-webvr-api = "0.17" servo_config = {path = "../config"} sparkle = "0.1" webvr_traits = {path = "../webvr_traits" } |