forked from mirrors/gstreamer-rs
6f6db8ac47
https://cgit.freedesktop.org/gstreamer/gst-docs/tree/examples/tutorials/basic-tutorial-1.c
11 lines
308 B
TOML
11 lines
308 B
TOML
[package]
|
|
name = "tutorials"
|
|
version = "0.9.0"
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|
|
|
[dependencies]
|
|
glib = { version = "0.3", git = "https://github.com/gtk-rs/glib" }
|
|
gstreamer = { path = "../gstreamer" }
|
|
|
|
[badges]
|
|
travis-ci = { repository = "sdroege/gstreamer-rs", branch = "master" }
|