gstreamer-rs/examples/Cargo.toml

11 lines
296 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-07-31 11:09:59 +00:00
gtk = { version = "0.1.3", git = "https://github.com/gtk-rs/gtk" }