forked from mirrors/gstreamer-rs
Move examples into bin subdirectory to simplify Cargo.toml
This commit is contained in:
parent
d1cf7d609f
commit
aadf2e3b30
4 changed files with 0 additions and 8 deletions
|
@ -7,11 +7,3 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|||
glib = { version = "0.1.3", git = "https://github.com/gtk-rs/glib" }
|
||||
gstreamer = { path = "../gstreamer" }
|
||||
|
||||
[[bin]]
|
||||
name = "launch"
|
||||
|
||||
[[bin]]
|
||||
name = "launch_glib_main"
|
||||
|
||||
[[bin]]
|
||||
name = "decodebin"
|
||||
|
|
Loading…
Reference in a new issue