docs.rs failed to build wlroots-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wlroots-0.2.1
wlroots-rs
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: