1 2 3 4 5
// build.rs fn main() { println!("cargo:rustc-link-lib=framework=Foundation"); println!("cargo:rustc-link-lib=framework=AppKit"); }