No description
Find a file
Kirill Chibisov 31392200dc
Update to SCTK 0.18.0
The main highlight is the move to calloop to handle all the requests
which makes it possible to remove all the active polling and clean the
data reading/writing, as well as accepting arbitrary long payloads.

This update also fixes the CI for the repository by moving it to github
actions, sets the minimum rust version, and edition to 2021.

Fixes #46.
Fixes #44.
Fixes #34.
2023-10-10 20:49:56 +04:00
.github/workflows Update to SCTK 0.18.0 2023-10-10 20:49:56 +04:00
examples Update to SCTK 0.18.0 2023-10-10 20:49:56 +04:00
src Update to SCTK 0.18.0 2023-10-10 20:49:56 +04:00
.gitignore Initial commit 2019-02-10 01:28:53 +08:00
Cargo.toml Update to SCTK 0.18.0 2023-10-10 20:49:56 +04:00
CHANGELOG.md Update to SCTK 0.18.0 2023-10-10 20:49:56 +04:00
CONTRIBUTING.md Update chat info. 2021-12-20 20:03:16 +01: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 Fix crates.io badge 2022-12-24 15:31:44 +03:00
rustfmt.toml Update to SCTK 0.18.0 2023-10-10 20:49:56 +04: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.