hotkey 0.3.1

Register global hotkeys
Documentation
[dependencies]

[package]
authors = ["James Birtles <jameshbirtles@gmail.com>"]
description = "Register global hotkeys"
documentation = "https://docs.rs/hotkey"
edition = "2018"
license = "MIT"
name = "hotkey"
repository = "https://github.com/UnwrittenFun/hotkey-rs"
version = "0.3.1"
[target."cfg(target_os = \"linux\")".dependencies.x11-dl]
version = "2.18.1"
[target."cfg(windows)".dependencies.winapi]
features = ["winuser"]
version = "0.3.8"