mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
18 lines
521 B
TOML
18 lines
521 B
TOML
[package]
|
|
name = "tauri-plugin-global-shortcut"
|
|
version = "2.0.0-alpha.0"
|
|
description = "Register global hotkeys listeners on your Tauri application."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[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"
|