mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
4 lines
79 B
Rust
4 lines
79 B
Rust
|
fn main() {
|
||
|
println!("cargo:rustc-link-lib=framework=ScreenCaptureKit");
|
||
|
}
|