22 releases
0.6.6 | Jun 20, 2022 |
---|---|
0.6.5 | Oct 31, 2021 |
0.6.4 | Jun 25, 2021 |
0.6.3 | Feb 4, 2021 |
0.1.0 | Feb 14, 2019 |
#32 in Hardware support
88,577 downloads per month
Used in 252 crates
(6 directly)
32KB
573 lines
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.
lib.rs
:
Smithay Clipboard
Provides access to the Wayland clipboard for gui applications. The user should have surface around.
Dependencies
~4–13MB
~135K SLoC