8 unstable releases (3 breaking)

Uses old Rust 2015

0.4.0 Mar 6, 2019
0.3.0 Feb 16, 2019
0.2.4 Dec 22, 2018
0.0.0 Apr 26, 2017

#841 in GUI

Download history 23/week @ 2023-10-26 18/week @ 2023-11-02 12/week @ 2023-11-09 14/week @ 2023-11-16 29/week @ 2023-11-23 27/week @ 2023-11-30 19/week @ 2023-12-07 25/week @ 2023-12-14 28/week @ 2023-12-21 20/week @ 2023-12-28 15/week @ 2024-01-04 14/week @ 2024-01-11 32/week @ 2024-01-18 16/week @ 2024-01-25 17/week @ 2024-02-01 13/week @ 2024-02-08

81 downloads per month

MIT license

1.5MB
12K SLoC

wlroots-rs

Crates.io License

Safe Rust bindings for wlroots.

This library is currently tracking the wlroots version for its minor version. Patch versions are wlroots-rs specific.

Documentation

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 want to compile against wlroots statically, add the "static" flag.

If you want use unstable wlroots features then add the "unstable" flag.

Examples

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

You can run an example using the following command:

cargo run --example <name of the example>

Dependencies

~5–7MB
~146K SLoC