gstreamer-rs/examples/Cargo.toml

14 lines
377 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" }
2017-07-31 11:09:59 +00:00
gtk = { version = "0.1.3", git = "https://github.com/gtk-rs/gtk" }
2017-07-31 13:12:08 +00:00
futures = "0.1"
tokio-core = "0.1"