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

#556 in GUI

Download history 30203/week @ 2024-01-22 28992/week @ 2024-01-29 32903/week @ 2024-02-05 33701/week @ 2024-02-12 33090/week @ 2024-02-19 33209/week @ 2024-02-26 33127/week @ 2024-03-04 33812/week @ 2024-03-11 36787/week @ 2024-03-18 40318/week @ 2024-03-25 36141/week @ 2024-04-01 32598/week @ 2024-04-08 36518/week @ 2024-04-15 37737/week @ 2024-04-22 38872/week @ 2024-04-29 37891/week @ 2024-05-06

155,440 downloads per month
Used in 290 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
~127K SLoC