[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"] }