[package] name = "libwaysip" description = "Wayland native (zwlr_layer_shell) area selection client lib" authors.workspace = true version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true keywords.workspace = true readme.workspace = true [dependencies] tempfile = "3.8.1" wayland-client = "0.31.1" wayland-cursor = "0.31.0" wayland-protocols = { version = "0.31.0", default-features = false, features = [ "unstable", "staging", "client", ] } wayland-protocols-wlr = { version = "0.2.0", default-features = false, features = [ "client", ] } cairo-rs = "0.19.4" pango = "0.19.5" pangocairo = "0.19.2" memmap2 = "0.9.0" thiserror = "1.0.50"