cc-xcap 0.1.5

Forked from xcap, CC-XCap is a cross-platform screen capture library written in Rust, forked from xcap. It supports Linux (X11, Wayland), MacOS, and Windows. CC-XCap supports screenshot and video recording (WIP).
1
2
3
4
5
6
mod capture;
mod utils;

pub mod impl_monitor;
pub mod impl_video_recorder;
pub mod impl_window;