4 releases (2 breaking)

0.3.0 Sep 16, 2023
0.2.2 Aug 10, 2023
0.2.1 Aug 10, 2023
0.2.0 Jul 19, 2023
0.1.0 May 10, 2023

#1090 in GUI

Download history 59833/week @ 2024-09-28 61083/week @ 2024-10-05 59860/week @ 2024-10-12 57226/week @ 2024-10-19 59550/week @ 2024-10-26 67423/week @ 2024-11-02 54857/week @ 2024-11-09 52760/week @ 2024-11-16 51675/week @ 2024-11-23 56250/week @ 2024-11-30 53318/week @ 2024-12-07 57058/week @ 2024-12-14 36751/week @ 2024-12-21 44645/week @ 2024-12-28 57903/week @ 2025-01-04 54186/week @ 2025-01-11

202,631 downloads per month
Used in 503 crates (via smithay-client-toolkit)

MIT license

13KB
103 lines

wayland-csd-frame

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:


lib.rs:

The interface for wayland client side decorations (CSD).

The crate is intended to be used by libraries providing client side decorations for the xdg-shell protocol.

Examples could be found in client toolkit and sctk-adwaita.

Dependencies

~2–11MB
~135K SLoC