wayland-client 0.1.2

Bindings to the standard C implementation of the wayland protocol.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wayland-client"
version = "0.1.2"
documentation = "http://vberger.github.io/wayland-client-rs/wayland_client/"
repository = "https://github.com/vberger/wayland-client-rs"
authors = ["Victor Berger <victor.berger@m4x.org>"]
license = "MIT"
description = "Bindings to the standard C implementation of the wayland protocol."

[dependencies]
bitflags = "0.1"
libc = "0.1"
lazy_static = "0.1"

[dev-dependencies]
byteorder = "0.3"
tempfile = "0.1.0"