window_clipboard/wayland/Cargo.toml
2026-03-02 12:32:18 -05:00

18 lines
574 B
TOML

[package]
name = "clipboard_wayland"
version = "0.2.2"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
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" }