gstreamer-rs/Cargo.toml
Sebastian Dröge 3a50ca61e3 Add initial libgstvideo bindings
Only VideoFormat and VideoFormatInfo and related API for now.

https://github.com/sdroege/gstreamer-rs/issues/5
2017-08-11 00:41:55 +03:00

10 lines
117 B
TOML

[workspace]
members = [
"gstreamer",
"gstreamer-app",
"gstreamer-audio",
"gstreamer-video",
"examples",
]