File: README.md

package info (click to toggle)
rust-wayland-csd-frame 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# 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:

- https://github.com/PolyMeilex/sctk-adwaita an Adwaita-like frame.
- https://github.com/smithay/client-toolkit provides bare bones `FallbackFrame`.