libadwaita-sys 0.4.1

FFI bindings for libadwaita
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git @ 6d1aaead565c)
// DO NOT EDIT

#[cfg(not(feature = "dox"))]
use std::process;

#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure

#[cfg(not(feature = "dox"))]
fn main() {
    if let Err(s) = system_deps::Config::new().probe() {
        println!("cargo:warning={s}");
        process::exit(1);
    }
}