libwayshot-xcap 0.3.2

Screenshot crate for wlroots based compositors implementing the zwlr_screencopy_v1 protocol.
Documentation
[dependencies.drm]
version = "0.14.1"

[dependencies.gbm]
version = "0.18.0"

[dependencies.gl]
version = "0.14.0"

[dependencies.image]
default-features = false
version = "0.25"

[dependencies.khronos-egl]
features = ["static"]
version = "6.0.0"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.rustix]
features = ["fs", "shm"]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1.41"

[dependencies.wayland-backend]
features = ["client_system"]
version = "0.3.8"

[dependencies.wayland-client]
version = "0.31.8"

[dependencies.wayland-protocols]
features = ["client", "unstable"]
version = "0.32.6"

[dependencies.wayland-protocols-wlr]
features = ["client"]
version = "0.3.6"

[[example]]
name = "waymirror"
path = "examples/waymirror.rs"

[lib]
name = "libwayshot_xcap"
path = "src/lib.rs"

[package]
authors = ["Shinyzenith <https://aakash.is-a.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Screenshot crate for wlroots based compositors implementing the zwlr_screencopy_v1 protocol."
edition = "2024"
keywords = ["screenshot", "wayland", "wlroots", "wayshot"]
license = "BSD-2-Clause"
name = "libwayshot-xcap"
readme = "README.md"
repository = "https://github.com/nashaofu/wayshot"
resolver = "2"
version = "0.3.2"