gst-plugins-rs/video/rspng/build.rs
neithanmo d130b29146 video/png: Add PNG encoder element
It can encode raw video formats like Gray8/16, RGB and RGBA and
uses the PNG crate which is a decoding and encoding library in pure Rust
2020-05-15 08:30:32 -06:00

4 lines
56 B
Rust

fn main() {
gst_plugin_version_helper::get_info()
}