No description
Find a file
Kirill Chibisov bb652c775b
Update smithay-clipboard to SCTK 0.9.1 (#16)
This commit entirely reworks the internal structure of the entire crate,
as well as some of its APIs. This crate only accepts a C pointer to a
Wayland display object, since the target audience of this crate are
libraries without a wayland-client types. Also since seat information is
not presented in such clients most of the time, the clipboard entirely
relies on its seat tracking.
2020-05-10 15:40:03 +02:00
examples Update smithay-clipboard to SCTK 0.9.1 (#16) 2020-05-10 15:40:03 +02:00
src Update smithay-clipboard to SCTK 0.9.1 (#16) 2020-05-10 15:40:03 +02:00
.gitignore Initial commit 2019-02-10 01:28:53 +08:00
.travis.yml Fix .travis.yml 2019-02-14 18:22:51 +08:00
Cargo.toml Update smithay-clipboard to SCTK 0.9.1 (#16) 2020-05-10 15:40:03 +02:00
CHANGELOG.md Update smithay-clipboard to SCTK 0.9.1 (#16) 2020-05-10 15:40:03 +02:00
CONTRIBUTING.md Update smithay-clipboard to SCTK 0.9.1 (#16) 2020-05-10 15:40:03 +02:00
doc_index.html Rename to smithay-clipboard 2019-02-10 19:05:47 +08:00
LICENSE Initial commit 2019-02-10 01:28:53 +08:00
README.md Update smithay-clipboard to SCTK 0.9.1 (#16) 2020-05-10 15:40:03 +02:00

crates.io Build Status

Smithay Clipboard

This crate provides access to the Wayland clipboard for applications already using some sort of GUI toolkit or a windowing library, like winit, since you should have some surface around to receive keyboard/pointer events.

If you want to access clipboard from the CLI or to write clipboard manager, this is not what you're looking for.

Documentation

The documentation for the master branch is available online.

The documentation for the releases can be found on docs.rs.