mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
Update metadata in Cargo.toml from gstreamer-gl
Update repository and documentation keys since the migration to freedesktop's gitlab.
This commit is contained in:
parent
5af54b8d94
commit
9931ac551e
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>",
|
||||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"]
|
"Víctor M. Jáquez L. <vjaquez@igalia.com>"]
|
||||||
categories = ["api-bindings", "multimedia"]
|
categories = ["api-bindings", "multimedia"]
|
||||||
description = "Rust bindings for GStreamer GL library"
|
description = "Rust bindings for GStreamer GL library"
|
||||||
repository = "https://github.com/sdroege/gstreamer-rs"
|
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://gstreamer.freedesktop.org"
|
homepage = "https://gstreamer.freedesktop.org"
|
||||||
documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_gl"
|
documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_gl"
|
||||||
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
|
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue