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-09-23 11:12:44 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-09-23 11:12:44 +0300
commitb81c7e2fd7c53962874f032c4f84878685bd2233 (patch)
tree22e2a4910b13a90ade07afe3b035fbd8ff2dd64b /video/cdg
parent34ee0790aaeda385e9b1ee4766ff321b5e6490f8 (diff)
cdg: update cdg_renderer
Diffstat (limited to 'video/cdg')
-rw-r--r--video/cdg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index b7d1c40a7..aa4c5d1b4 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -14,7 +14,7 @@ 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.5"
+cdg_renderer = "0.6"
image = "0.23"
muldiv = "0.2"
lazy_static = "1.0"