screenshots 0.5.4

A cross-platform screen capturer library
Documentation
1
2
3
4
5
6
fn main() {
    if option_env!("CARGO_CFG_UNIX").is_some() {
        println!("cargo:rustc-link-lib=dylib=X11");
        println!("cargo:rustc-link-lib=dylib=Xrandr");
    }
}