scap 0.0.8

Modern, high-performance screen capture library for Rust. Cross-platform.
1
2
3
4
5
6
7
8
9
10
11
// TODO
pub fn is_supported() -> bool {
    true
    // false
}

// TODO
pub fn has_permission() -> bool {
    true
    // false
}