hotkey-soundboard 0.0.3

An modified fork of hotkey-rs https://github.com/UnwrittenFun/hotkey-rs for internal usage with the project soundboard
Documentation
[dependencies.thiserror]
version = "1"

[package]
authors = ["James Birtles <jameshbirtles@gmail.com>", "Karl Skomski <karl@skomski.com>"]
description = "An modified fork of hotkey-rs https://github.com/UnwrittenFun/hotkey-rs for internal usage with the project soundboard"
edition = "2018"
license = "MIT"
name = "hotkey-soundboard"
repository = "https://github.com/gamebooster/soundboard/tree/master/extern/hotkey-rs"
version = "0.0.3"
[target."cfg(target_os = \"linux\")".dependencies.x11-dl]
version = "2.18"
[target."cfg(target_os = \"macos\")".build-dependencies.cc]
version = "1"
[target."cfg(windows)".dependencies.winapi]
features = ["winuser", "errhandlingapi"]
version = "0.3"