Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-11-22 20:21:45 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-11-23 11:28:35 +0300
commitf81d7b61b5923eea4247548c1778d1c71d94ed92 (patch)
tree16ba3459d302dff6435db34f5effbafe94568d20 /video/closedcaption/Cargo.toml
parent767ed3afaeab3a88255e6718c4ed008539438c41 (diff)
video: Update to 2018 edition
Diffstat (limited to 'video/closedcaption/Cargo.toml')
-rw-r--r--video/closedcaption/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 20ca30a14..edd3dad19 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -13,10 +13,9 @@ nom = "6.0"
either = "1"
uuid = { version = "0.8", features = ["v4"] }
chrono = "0.4"
-lazy_static = "1.2"
+once_cell = "1.0"
atomic_refcell = "0.1"
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs", features=["use_glib"] }
-cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk-rs" }
pango = { git = "https://github.com/gtk-rs/gtk-rs" }
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs" }
byteorder = "1"