[package] name = "clipboard_wayland" version = "0.2.2" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A library to obtain access to the clipboard of a Wayland window" license = "Apache-2.0" repository = "https://github.com/hecrj/window_clipboard" documentation = "https://docs.rs/clipboard_wayland" keywords = ["clipboard", "wayland"] [dependencies] smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "sctk-0.20", features = [ "dnd", ] } mime = { path = "../mime" } dnd = { path = "../dnd" }