[go: up one dir, main page]

core-video-sys 0.1.1

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

fn main() {
    if std::env::var("TARGET").unwrap().contains("-apple") {
        println!("cargo:rustc-link-lib=framework=CoreVideo");
    }
}