| Crates.io | wayland-csd-frame |
| lib.rs | wayland-csd-frame |
| version | 0.3.0 |
| created_at | 2023-05-10 14:19:38.124025+00 |
| updated_at | 2023-09-16 13:27:30.087305+00 |
| description | Common trait and types for wayland CSD interop |
| homepage | |
| repository | https://github.com/rust-windowing/wayland-csd-frame |
| max_upload_size | |
| id | 861366 |
| size | 15,128 |
wayland-csd-frame aims to provide common client side decorations (CSD) frame
for xdg-shell Wayland windows establishing a stable interface between windowing
libraries (e.g winit) and decorations drawing libraries.
This library defines a simple interface other crates providing decoration frames could use to integrate with crates like winit. An example of crates using this interface to provide decorations frame:
FallbackFrame.