mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
6 lines
97 B
Rust
6 lines
97 B
Rust
extern crate gst_plugin_version_helper;
|
|
|
|
fn main() {
|
|
gst_plugin_version_helper::get_info()
|
|
}
|