zed/crates/capture/build.rs
2022-09-13 14:10:13 +02:00

4 lines
79 B
Rust

fn main() {
println!("cargo:rustc-link-lib=framework=ScreenCaptureKit");
}