libwayshot 0.7.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.memmap2]
version = "0.9.5"

[dependencies.r-egl-wayland]
version = "0.7.1"

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1.44"

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

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

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

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

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

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

[features]
avif = ["image/avif"]
default = ["png"]
jpeg = ["image/jpeg"]
png = ["image/png"]
qoi = ["image/qoi"]
webp = ["image/webp"]

[lib]
name = "libwayshot"
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"
readme = "README.md"
repository = "https://github.com/waycrate/wayshot"
resolver = "2"
version = "0.7.2"