wayland-client 0.30.0-alpha9

Bindings to the standard C implementation of the wayland protocol, client side.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CHANGELOG: wayland-client

## Unreleased

## 0.30.0-alpha2

#### Breaking changes

- The `DelegateDispatch` mechanism is changed around an explicit trait-base extraction of module
  state from the main app state.

## 0.30.0-alpha1

Full rework of the crate, which is now organized around a trait-based `Dispatch` metchanism.

This can effectively be considered a new crate altogether.