6 lines
97 B
Rust
Raw Permalink Normal View History

extern crate gst_plugin_version_helper;
fn main() {
gst_plugin_version_helper::get_info()
}