mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-15 14:02:32 +00:00
21 lines
639 B
TOML
21 lines
639 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" }
|
|
gtk = { version = "0.1.3", git = "https://github.com/gtk-rs/gtk" }
|
|
gstreamer = { path = "../gstreamer" }
|
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
|
gstreamer-sys = { version = "0.1.1", git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_8"] }
|
|
|
|
[[bin]]
|
|
name = "launch"
|
|
|
|
[[bin]]
|
|
name = "launch_glib_main"
|
|
|
|
[[bin]]
|
|
name = "decodebin"
|