| Crates.io | libwayshot-freeze-feat-andrean |
| lib.rs | libwayshot-freeze-feat-andrean |
| version | 0.3.2-dev |
| created_at | 2025-11-21 08:44:57.318384+00 |
| updated_at | 2025-11-21 08:44:57.318384+00 |
| description | libwayshot-freeze-feat-andrean` is a convenient wrapper over the wlroots screenshot protocol that provides a simple API to take screenshots with. |
| homepage | https://waycrate.github.io |
| repository | https://git.sr.ht/~shinyzenith/wayshot |
| max_upload_size | |
| id | 1943255 |
| size | 105,157 |
A native, blazing-fast 🚀🚀🚀 screenshot crate for wlroots based compositors such as sway and river.
libwayshotlibwayshot is a convenient wrapper over the wlroots screenshot protocol that provides a simple API to take screenshots with.
use libwayshot::WayshotConnection;
let wayshot_connection = WayshotConnection::new()?;
let image_buffer = wayshot_connection.screenshot_all()?;