Skip to content

cmeissl/libdecor-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages