input 0.2.0

libinput bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "input"
description = "libinput bindings for rust"
license = "MIT"
documentation = "https://Drakulix.github.io/input.rs"
repository = "https://github.com/Drakulix/input.rs"
version = "0.2.0"
keywords = ["wayland", "input", "bindings"]
categories = ["external-ffi-bindings"]
authors = ["Drakulix (Victor Brekenfeld)"]

[dependencies]
input-sys = { version = "1.7.1", path = "./input-sys" }
libc = "0.2"

[features]
gen = ["input-sys/gen"]