gstreamer-rs/examples/Cargo.toml

23 lines
743 B
TOML
Raw Normal View History

[package]
name = "examples"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
[dependencies]
glib = { version = "0.1.3", git = "https://github.com/gtk-rs/glib" }
gstreamer = { path = "../gstreamer" }
2017-08-01 18:29:49 +00:00
gstreamer-app = { path = "../gstreamer-app" }
gstreamer-audio = { path = "../gstreamer-audio" }
gstreamer-video = { path = "../gstreamer-video" }
gstreamer-player = { path = "../gstreamer-player", optional = true }
gtk = { version = "0.1.3", git = "https://github.com/gtk-rs/gtk", features = ["v3_6"] }
gio = { version = "0.1.3", git = "https://github.com/gtk-rs/gio" }
2017-07-31 13:12:08 +00:00
futures = "0.1"
tokio-core = "0.1"
send-cell = "0.1"
byte-slice-cast = "0.1"
[features]
gst-player = ["gstreamer-player"]
default-features = []