Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 808 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 808 Bytes

Rust wrapper for libdecor

libdecor - A client-side decorations library for Wayland client

libdecor is a library that can help Wayland clients draw window decorations for them. It aims to provide multiple backends that implements the decoration drawing.

Documentation for the main branch can be found here

Dependencies

Required:

  • libdecor
  • libwayland-client

Install via dnf

sudo dnf install libdecor libwayland-client

Building

cargo build

Examples

Demo

The rust demo.rs is a translation of the original C demo.c.

cargo run --release --example demo