[go: up one dir, main page]

core-video-sys 0.1.0

Bindings to CoreVideo.framework for macOS and iOS
1
2
3
4

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