wayland-sys 0.30.0-beta.11

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

## 0.30.0-beta.10

## Unreleased

#### Bugfixes

- Server-side, fix the prototype of `wl_resource_add_destroy_listener`

## 0.30.0-alpha10

#### Changes

- The `ffi_dispatch!` macro no longer requires a trailing comma when invoking functions without
  any argument.

## 0.30.0-alpha1

#### Changes

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