coremidi-sys 3.1.1

Low-level FFI bindings for the CoreMIDI framework
Documentation
1
2
3
4
5
fn main() {
    if std::env::var("TARGET").expect("cannot read TARGET environment variable").contains("apple") {
        println!("cargo:rustc-link-lib=framework=CoreMIDI");
    }
}