Crates.io | smithay-client-toolkit |
lib.rs | smithay-client-toolkit |
version | 0.19.2 |
source | src |
created_at | 2018-04-26 10:58:18.773186 |
updated_at | 2024-07-15 21:49:23.60606 |
description | Toolkit for making client wayland applications. |
homepage | |
repository | https://github.com/smithay/client-toolkit |
max_upload_size | |
id | 62365 |
size | 655,025 |
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.