media-remote 0.1.2

Bindings for MediaRemote.framework
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-link-search=framework={}",
        "/System/Library/PrivateFrameworks"
    );
}