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

#544 in GUI

Download history 16578/week @ 2024-01-05 23326/week @ 2024-01-12 27801/week @ 2024-01-19 30156/week @ 2024-01-26 31045/week @ 2024-02-02 33141/week @ 2024-02-09 34354/week @ 2024-02-16 32209/week @ 2024-02-23 34194/week @ 2024-03-01 33168/week @ 2024-03-08 34378/week @ 2024-03-15 39480/week @ 2024-03-22 39284/week @ 2024-03-29 33191/week @ 2024-04-05 35011/week @ 2024-04-12 31717/week @ 2024-04-19

145,085 downloads per month
Used in 277 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
~123K SLoC