2019-02-10 01:28:53 +08:00
|
|
|
[package]
|
2019-02-10 19:05:47 +08:00
|
|
|
name = "smithay-clipboard"
|
2020-07-10 20:43:41 +02:00
|
|
|
version = "0.5.1"
|
2020-05-20 10:04:44 +02:00
|
|
|
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Victor Berger <victor.berger@m4x.org>", "Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
2019-02-10 01:28:53 +08:00
|
|
|
edition = "2018"
|
2019-02-14 18:23:55 +08:00
|
|
|
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"]
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
[dependencies]
|
2020-07-10 21:35:02 +03:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.10", default-features = false }
|
|
|
|
|
wayland-client = { version = "0.27", features = ["dlopen"] }
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-07-10 21:35:02 +03:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.10"}
|