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/gif
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:07:17 +0300
commit1730de6cea10cb73ff1ab882a8235d540bfa5061 (patch)
tree39758b32a8eef9da6564cdab67b313738be845c1 /video/gif
parentad341600833a58f56fad28317c875c465896c489 (diff)
video/gif: Add description to Cargo.toml
Diffstat (limited to 'video/gif')
-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 fea5cfe91..0d650c738 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 = { git = "https://github.com/gtk-rs/glib" }