gobject-2-0-sys 0.46.4

Import crate for GObject
Documentation
extern crate pkg_config;

use pkg_config::Config;

fn main() {
    Config::new().atleast_version("2.46").find("gobject-2.0").unwrap();
}