gstreamer-rs/examples/Cargo.toml
2017-07-31 14:16:03 +01:00

13 lines
331 B
TOML

[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" }
gtk = { version = "0.1.3", git = "https://github.com/gtk-rs/gtk" }
futures = "0.1"
tokio-core = "0.1"