File: build.rs

package info (click to toggle)
rust-gst-plugin-gtk4 0.13.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 79; makefile: 30
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
fn main() {
    #[cfg(feature = "wayland")]
    {
        println!("cargo:warning=\"wayland\" feature is deprecated, use \"waylandegl\" instead");
    }
    gst_plugin_version_helper::info()
}