input-sys 1.7.1

Bindgen generated unsafe libinput wrapper
Documentation
[package]
name = "input-sys"
version = "1.7.1"
authors = ["Victor Brekenfeld (Drakulix) <github@drakulix.de>"]
build = "build.rs"
description = "Bindgen generated unsafe libinput wrapper"
documentation = "https://drakulix.github.io/input.rs/input-sys"
repository = "https://github.com/Drakulix/input.rs/tree/master/input-sys"
keywords = ["wayland", "input", "bindings"]
categories = ["external-ffi-bindings"]
license = "MIT"
exclude = [".travis.yml", ".rustfmt.toml"]

[lib]
path = "src/lib.rs"

[build-dependencies]
bindgen = { version = "0.22", optional = true }

[dependencies]
libc = "0.2"

[features]
gen = ["bindgen"]