scrcap 0.1.0-alpha.1

Screen and system-audio capture for Windows, macOS and Linux
1
2
3
4
5
6
7
//! Screen capture implementation for Linux.

mod capture;
mod dbus;
mod pipewire;

pub use capture::*;