tauri-hotkey-sys 0.1.2

Native bindings for the Tauri hotkey API
Documentation
[dependencies.thiserror]
version = "1"

[package]
authors = ["James Birtles <jameshbirtles@gmail.com>", "Karl Skomski <karl@skomski.com>", "Lucas Nogueira <lucas@tauri.studio>"]
description = "Native bindings for the Tauri hotkey API"
edition = "2018"
license = "MIT"
name = "tauri-hotkey-sys"
repository = "https://github.com/tauri-apps/tauri-hotkey-rs"
version = "0.1.2"
[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"