[package] name = "bread-screenshots" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true description = "Shared capture plumbing for the bread ecosystem's UI screenshot tooling: layer-surface and output geometry via Hyprland IPC, capture via grim" repository = "https://git.breadway.dev/Breadway/bread-ecosystem" keywords = ["hyprland", "wayland", "screenshot", "grim"] [dependencies] bread-utils = { path = "../bread-utils" } anyhow = { workspace = true } tracing = { workspace = true }