diff --git a/README.md b/README.md index 93abdd8..8c6ffe8 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # wlcs-rs + +Bindings and helpers for implementing +[wlcs](https://github.com/MirServer/wlcs). See +[wlcs_anvil](https://github.com/Smithay/smithay/tree/master/wlcs_anvil) for +usage. + +# Usage +Add wlcs-rs as a dependency in `Cargo.toml` +``` +[dependencies] +udev = "^0.1.0" +```