mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-24 08:36:19 +00:00
6 lines
88 B
Rust
6 lines
88 B
Rust
|
use gst_plugin_version_helper;
|
||
|
|
||
|
fn main() {
|
||
|
gst_plugin_version_helper::get_info()
|
||
|
}
|