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

#1333 in GUI

Download history 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 63404/week @ 2025-01-11 64706/week @ 2025-01-18 66900/week @ 2025-01-25 73397/week @ 2025-02-01 161759/week @ 2025-02-08 164649/week @ 2025-02-15 197641/week @ 2025-02-22 221531/week @ 2025-03-01 205466/week @ 2025-03-08 165089/week @ 2025-03-15

824,853 downloads per month
Used in 563 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

~3–11MB
~148K SLoC