Some checks failed
Test / all (macOS-latest, beta) (push) Has been cancelled
Test / all (macOS-latest, stable) (push) Has been cancelled
Test / all (ubuntu-latest, beta) (push) Has been cancelled
Test / all (ubuntu-latest, stable) (push) Has been cancelled
Test / all (windows-latest, beta) (push) Has been cancelled
Test / all (windows-latest, stable) (push) Has been cancelled
18 lines
536 B
TOML
18 lines
536 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 = { path = "../../smithay-clipboard", features = [
|
|
"dnd",
|
|
] }
|
|
mime = { path = "../mime" }
|
|
dnd = { path = "../dnd" }
|