fix global-shortcut

pull/378/head
Lucas Nogueira 2 years ago
parent 658765c164
commit cfffbbd18b
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -11,4 +11,6 @@ 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"

@ -1,3 +1,5 @@
#![cfg(not(any(target_os = "android", target_os = "ios")))]
use std::{
collections::HashMap,
str::FromStr,

Loading…
Cancel
Save