zed/crates/capture/build.rs

4 lines
79 B
Rust
Raw Normal View History

2022-08-26 21:10:26 +00:00
fn main() {
println!("cargo:rustc-link-lib=framework=ScreenCaptureKit");
}