18 lines
417 B
Rust
Raw Normal View History

2019-05-20 23:09:38 +02:00
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files
2019-05-20 23:09:38 +02:00
// DO NOT EDIT
2019-08-28 22:02:48 +02:00
#[cfg(not(feature = "dox"))]
2018-09-29 15:24:41 +02:00
use std::process;
2019-08-28 22:02:48 +02:00
#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure
#[cfg(not(feature = "dox"))]
2018-09-29 15:24:41 +02:00
fn main() {
2020-07-23 16:08:41 +02:00
if let Err(s) = system_deps::Config::new().probe() {
println!("cargo:warning={s}");
2018-09-29 15:24:41 +02:00
process::exit(1);
}
}