smithay-clipboard 0.6.6

Provides access to the wayland clipboard for client applications.
Documentation
[package]
name = "smithay-clipboard"
version = "0.6.6"
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Victor Berger <victor.berger@m4x.org>", "Lucas Timmins <timmins.s.lucas@gmail.com>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."
repository = "https://github.com/smithay/smithay-clipboard"
documentation = "https://smithay.github.io/smithay-clipboard"
license = "MIT"
keywords = ["clipboard", "wayland"]

[dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.16", default-features = false }
wayland-client = { version = "0.29", features = ["use_system_lib"] }

[dev-dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.16", default-features = false, features = ["calloop"] }

[features]
default = ["dlopen"]
dlopen = ["sctk/dlopen", "wayland-client/dlopen"]