libmapper-rs 1.0.0

Rust bindings for libmapper
1
2
3
4
5
6
fn main() {
    pkg_config::Config::new()
        .atleast_version("2.4.6")
        .probe("libmapper")
        .unwrap();
}