Safe Rust bindings for wlroots.
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.
See the examples directory for basic examples using this library and at Way Cooler the primary user of this library.