wayland-window 0.2.3

A minimalistic window-decorations library built on top of wayland-client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wayland-window"
version = "0.2.3"
authors = ["Victor Berger <victor.berger@m4x.org>"]
repository = "https://github.com/vberger/wayland-window"
documentation = "http://vberger.github.io/wayland-window/wayland_window/"
license = "MIT"
description = "A minimalistic window-decorations library built on top of wayland-client."

[dependencies]
byteorder = "0.5"
tempfile = "2.0"
wayland-client = { version = "0.5.6", features = ["cursor"] }

[dev-dependencies]
wayland-client = { version = "0.5.6", features = ["cursor", "dlopen"] }