hotkey 0.3.1

Register global hotkeys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"