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-07-10 12:59:35 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-10 13:02:50 +0300
commit634d231269ab9b68c722c5037d1c94bed97ba45c (patch)
treec2d4b433e1baac097c274cd868c9a9d0a88ab9c8
parentc259d75a21113fa5e2cf016b7bddf2dadba5c063 (diff)
video/gif: Add description to Cargo.toml0.6.00.6
-rw-r--r--video/gif/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index 4a2a54f47..aaee3ce39 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2018"
+description = "GStreamer GIF plugin"
[dependencies]
glib = { version = "0.10" }