knoll 0.3.0

A command-line tool for configuring macOS displays
Documentation
1
2
3
4
5
6
7
8
9
10
11
fn main() {
    println!("cargo::rustc-check-cfg=cfg(coverage_nightly)");
    println!(
        "cargo:rustc-link-search=framework={}",
        "/System/Library/Frameworks"
    );
    println!(
        "cargo:rustc-link-search=framework={}",
        "/System/Library/PrivateFrameworks"
    );
}