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

#641 in GUI

Download history 33944/week @ 2024-03-14 39369/week @ 2024-03-21 40220/week @ 2024-03-28 33064/week @ 2024-04-04 34765/week @ 2024-04-11 36836/week @ 2024-04-18 37174/week @ 2024-04-25 40848/week @ 2024-05-02 37200/week @ 2024-05-09 38455/week @ 2024-05-16 38949/week @ 2024-05-23 41227/week @ 2024-05-30 48230/week @ 2024-06-06 58643/week @ 2024-06-13 52282/week @ 2024-06-20 47819/week @ 2024-06-27

214,040 downloads per month
Used in 346 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
~126K SLoC