libnotify-sys 0.2.0

FFI bindings to libnotify
1
2
3
4
5
6
7
extern crate pkg_config;

use pkg_config::Config;

fn main() {
    Config::new().find("libnotify").unwrap();
}