mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-22 16:16:37 +00:00
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" }
|
glib = { version = "0.1.3", git = "https://github.com/gtk-rs/glib" }
|
||||||
gstreamer = { path = "../gstreamer" }
|
gstreamer = { path = "../gstreamer" }
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "launch"
|
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "launch_glib_main"
|
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "decodebin"
|
|
||||||
|
|
Loading…
Reference in a new issue