CapSoftware / scap

High-performance, cross-platform screen capture library in Rust.
https://crates.io/crates/scap
Other
238 stars 46 forks source link

all frame structs are clone-able now #51

Closed anubhavitis closed 7 months ago

anubhavitis commented 7 months ago

This is essential to let Frames be passed in multiple threads.

clearlysid commented 7 months ago

LGTM 🚀