mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
10 lines
296 B
TOML
10 lines
296 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" }
|
|
gtk = { version = "0.1.3", git = "https://github.com/gtk-rs/gtk" }
|
|
|