1 2 3 4 5 6 7
extern crate pkg_config; use pkg_config::Config; fn main() { Config::new().atleast_version("2.46").find("gobject-2.0").unwrap(); }