wayland-client 0.30.0-alpha8

Bindings to the standard C implementation of the wayland protocol, client side.
Documentation
[package]
name = "wayland-client"
version = "0.30.0-alpha8"
documentation = "https://smithay.github.io/wayland-rs/wayland_client/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Victor Berger <victor.berger@m4x.org>"]
license = "MIT"
edition = "2018"
categories = ["gui", "api-bindings"]
keywords = ["wayland", "client"]
description = "Bindings to the standard C implementation of the wayland protocol, client side."
readme = "README.md"

[dependencies]
wayland-backend = { version = "0.1.0-alpha8", path = "../wayland-backend" }
wayland-scanner = { version = "0.30.0-alpha8", path = "../wayland-scanner" }
bitflags = "1.2"
thiserror = "1.0.2"
nix = "0.23"
futures-channel = "0.3.16"
log = "0.4"

[dev-dependencies]
wayland-protocols = { path = "../wayland-protocols", features = ["client"] }
tempfile = "3.2"