Add links to homepage and proper docs

docs.rs can't generate our docs due to missing C libraries
This commit is contained in:
Sebastian Dröge 2017-08-31 12:54:04 +03:00
parent 0454a9cb95
commit d3d00130df
5 changed files with 10 additions and 5 deletions

View file

@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer App library"
repository = "https://github.com/sdroege/gstreamer-rs"
license = "MIT/Apache-2.0"
documentation = "https://gstreamer.freedesktop.org"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-app"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
build = "build.rs"

View file

@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer Audio library"
repository = "https://github.com/sdroege/gstreamer-rs"
license = "MIT/Apache-2.0"
documentation = "https://gstreamer.freedesktop.org"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-audio"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
build = "build.rs"

View file

@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer Player library"
repository = "https://github.com/sdroege/gstreamer-rs"
license = "MIT/Apache-2.0"
documentation = "https://gstreamer.freedesktop.org"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-player"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
build = "build.rs"

View file

@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer Video library"
repository = "https://github.com/sdroege/gstreamer-rs"
license = "MIT/Apache-2.0"
documentation = "https://gstreamer.freedesktop.org"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-video"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
build = "build.rs"

View file

@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer"
repository = "https://github.com/sdroege/gstreamer-rs"
license = "MIT/Apache-2.0"
documentation = "https://gstreamer.freedesktop.org"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
build = "build.rs"