keyboard_query 0.1.0

A basic library for querying keyboard state on-demand without a window.
Documentation
[build-dependencies.pkg-config]
version = "0.3.18"

[package]
authors = ["YXL <chenxin.lan.76@gmail.com>"]
build = "build.rs"
description = "A basic library for querying keyboard state on-demand without a window."
homepage = "https://github.com/YXL76/keyboard_query"
keywords = ["input", "keyboard"]
license = "MIT"
name = "keyboard_query"
readme = "README.md"
repository = "https://github.com/YXL76/keyboard_query"
version = "0.1.0"
[target."cfg(target_os = \"linux\")".dependencies.x11]
features = ["xlib"]
version = "2.18.2"
[target."cfg(target_os = \"windows\")".dependencies.user32-sys]
version = "0.2.0"