gst-plugins-rs/audio/spotify/build.rs
Guillaume Desmottes 61cdf47462 add spotify plugin
Plugin adding an element to play audio from Spotify.
2021-12-29 16:48:20 +01:00

4 lines
52 B
Rust

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