[package]
edition = "2018"
name = "input-sys"
version = "1.19.0"
authors = ["Victoria Brekenfeld (Drakulix) <github@drakulix.de>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindgen generated unsafe libinput wrapper"
documentation = "https://drakulix.github.io/input.rs/input-sys"
readme = false
keywords = [
"wayland",
"input",
"bindings",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/Drakulix/input.rs/tree/master/input-sys"
[features]
default = ["libinput_1_21"]
libinput_1_11 = []
libinput_1_14 = []
libinput_1_15 = []
libinput_1_19 = []
libinput_1_21 = []
libinput_1_23 = []
libinput_1_26 = []
libinput_1_27 = []
libinput_1_28 = []
libinput_1_29 = []
libinput_1_30 = []
update_bindings = ["use_bindgen"]
use_bindgen = [
"bindgen",
"proc-macro2",
"regex",
]
[lib]
name = "input_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
optional = true
[build-dependencies.proc-macro2]
version = "1.0.76"
optional = true
[build-dependencies.regex]
version = "1.10"
optional = true