1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-01-19 01:58:12 +03:00
2022-01-19 11:29:54 +02:00

6 lines
93 B
Rust

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