input-device 0.2.1

Input devices include keyboard, mouse, etc.
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"
[dev-dependencies.poller]
version = "0.2"

[features]
linux-evdev = []
linux-mousedev = []

[package]
authors = ["Varphone Wong <varphone@qq.com>"]
categories = ["embedded", "gui", "hardware-support"]
description = "Input devices include keyboard, mouse, etc.\n"
documentation = "https://docs.rs/input-device"
edition = "2018"
homepage = "https://github.com/varphone/input-device"
license = "MIT"
name = "input-device"
readme = "README.md"
version = "0.2.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"