gstreamer-rs/examples/Cargo.toml
2017-07-03 18:08:43 +03:00

12 lines
253 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" }
[[bin]]
name = "launch"