Files
2021-10-03 22:10:41 +08:00

22 lines
579 B
Rust

// Copyright 2013-2021 The Gtk-rs Project Developers
// Copyright 2021 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: MIT
// Generated by gir (https://github.com/gtk-rs/gir @ 05fe12c0b7e7)
// from ../gir-files (@ fc4e8657c758)
// 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);
}
}