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
path: root/video/cdg
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-06 11:24:37 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-06 11:49:14 +0300
commitacbd3066e803b163ecf7e3f499a488c8ac3c63bd (patch)
tree7c02949747121bd931e121ffde5c324cc034bfdb /video/cdg
parent39245734f3f929f23d05569edfa71e603f295650 (diff)
cdg: update image and cdg_renderer deps
Diffstat (limited to 'video/cdg')
-rw-r--r--video/cdg/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 78c89d8d6..b7d1c40a7 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -14,8 +14,8 @@ gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
gstreamer-app = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
cdg = "0.1"
-cdg_renderer = "0.4"
-image = "0.22"
+cdg_renderer = "0.5"
+image = "0.23"
muldiv = "0.2"
lazy_static = "1.0"