[package] name = "input-sys" version = "1.18.0" authors = ["Victoria Brekenfeld (Drakulix) "] 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" edition = "2018" [lib] path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69" optional = true # Fix for non-existant feature on nightly `-Z minimal-versions` [build-dependencies.proc-macro2] version = "1.0.76" optional = true # Fix for `-Z minimal-versions` [build-dependencies.regex] version = "1.10" optional = true [features] default = ["libinput_1_21"] use_bindgen = ["bindgen", "proc-macro2", "regex"] update_bindings = ["use_bindgen"] libinput_1_11 = [] libinput_1_14 = [] libinput_1_15 = [] libinput_1_19 = [] libinput_1_21 = []