mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 14:48:55 +00:00
18 lines
617 B
TOML
18 lines
617 B
TOML
[package]
|
|
name = "gst-plugin-simple"
|
|
version = "0.4.0"
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
url = "1.1"
|
|
glib = { git = "https://github.com/gtk-rs/glib" }
|
|
gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" }
|
|
gst-plugin = { path="../gst-plugin" }
|
|
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
|
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
|
|
|
[lib]
|
|
name = "gst_plugin_simple"
|
|
path = "src/lib.rs"
|