Skip to content

Safe Rust bindings for wlroots, used for Way Cooler

License

Notifications You must be signed in to change notification settings

andrewcsmith/wlroots-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wlroots-rs

Crates.io License

Safe Rust bindings for wlroots.

Building

To build wlroots-rs you have to init the wlroots submodule first and have all wlroots dependencies.

git submodule update --init
cargo build

If you don't want to compile against wlroots statically, add the --no-default-features flag.

Examples

See the examples directory for basic examples using this library and at Way Cooler the primary user of this library.

About

Safe Rust bindings for wlroots, used for Way Cooler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • C++ 0.3%