mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-01 12:08:06 +02:00
903361100c
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
21 lines
576 B
TOML
21 lines
576 B
TOML
[package]
|
|
name = "tauri-plugin-global-shortcut"
|
|
version = "2.0.0-alpha.2"
|
|
description = "Register global hotkeys listeners on your Tauri application."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [ "tauri/dox" ]
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tauri = { workspace = true }
|
|
log = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
|
|
global-hotkey = "0.2.1"
|