open-gpui-scap 0.1.0-beta.1

Open GPUI-maintained fork of the scap screen capture library.
1
2
3
4
5
mod video;

pub use video::*;

pub type Frame = VideoFrame;