Move examples into bin subdirectory to simplify Cargo.toml

This commit is contained in:
Sebastian Dröge 2017-07-25 01:33:54 +03:00
parent d1cf7d609f
commit aadf2e3b30
4 changed files with 0 additions and 8 deletions

View file

@ -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"