vips-sys 0.1.2

This crate provides bindings to libvips.
1
2
3
4
5
extern crate pkg_config;

fn main() {
    pkg_config::probe_library("vips").unwrap();
}