2019-05-01 11:09:16 +00:00
|
|
|
[package]
|
|
|
|
name = "gst-plugin-cdg"
|
|
|
|
version = "0.5.0"
|
|
|
|
authors = ["Guillaume Desmottes <guillaume.desmottes@collabora.com>"]
|
|
|
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
glib = { git = "https://github.com/gtk-rs/glib" }
|
|
|
|
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing", "v1_12"] }
|
|
|
|
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing", "v1_12"] }
|
|
|
|
gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing", "v1_12"] }
|
|
|
|
gstreamer-app = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
|
|
|
cdg = "0.1.0"
|
2019-05-25 13:42:01 +00:00
|
|
|
cdg_renderer = "0.2"
|
|
|
|
image = "0.21"
|
2019-05-01 11:09:16 +00:00
|
|
|
muldiv = "0.2"
|
|
|
|
|
|
|
|
[lib]
|
2019-05-29 06:10:08 +00:00
|
|
|
name = "gstcdg"
|
2019-05-01 11:09:16 +00:00
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
path = "src/lib.rs"
|