[dependencies]
env_logger = "0.3.5"
futures = "0.1.1"
libc = "0.2.0"
log = "0.3.6"
mio = "0.6.0"
tokio-core = "0.1"
void = "1.0.2"
[dependencies.libudev-sys]
optional = true
version = "0.1.3"
[dependencies.vulkano]
optional = true
version = "0.3.1"
[dependencies.x11]
features = ["xinput"]
optional = true
version = "2.11.0"
[dependencies.xcb]
features = ["xlib_xcb"]
optional = true
version = "0.7.5"
[dependencies.xkbcommon]
features = ["x11"]
optional = true
version = "0.2.1"
[features]
default = ["x11-backend", "evdev-backend", "vulkano"]
evdev-backend = ["libudev-sys"]
x11-backend = ["x11", "xcb", "xkbcommon"]
[package]
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
categories = ["api-bindings", "asynchronous", "game-engines", "os"]
description = "Windowing And Input"
keywords = ["input", "window"]
license = "Apache-2.0"
name = "wai"
repository = "https://github.com/Ralith/wair"
version = "0.1.1"