| Crates.io | smithay-client-toolkit |
| lib.rs | smithay-client-toolkit |
| version | 0.20.0 |
| created_at | 2018-04-26 10:58:18.773186+00 |
| updated_at | 2025-08-08 20:51:28.245952+00 |
| description | Toolkit for making client wayland applications. |
| homepage | |
| repository | https://github.com/smithay/client-toolkit |
| max_upload_size | |
| id | 62365 |
| size | 721,357 |
This crate is a toolkit for writing wayland clients in rust, on top of wayland-client.
Currently a work in progress, it currently provides the following utilities:
wl_compositor, wl_shm, etc..)xdg_shell or wl_shell) and the drawing of decorationswl_keyboard for automatic keymap interpretation using libxkbcommon.so.The documentation for the master branch is available online.
The documentation for the releases can be found on docs.rs.
Requires at least rust 1.65 to be used and version 1.15 of the wayland system libraries if using the system backend.