wayland-sys 0.30.0-alpha5

FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
Documentation
# CHANGELOG: wayland-sys

## Unreleased

## 0.30.0-alpha1

### Changes

- Errors when dynamiclaly loading the system libraries are now logged to `log` rather than
  printed using `eprintln!`.