Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 822 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 822 Bytes

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.