gio-2-0-sys 0.46.4

Import crate for Gio
Documentation
1
2
3
4
5
6
7
extern crate pkg_config;

use pkg_config::Config;

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