forked from mirrors/gstreamer-rs
11 lines
253 B
TOML
11 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"
|