refactor: mutex

This commit is contained in:
GyDi
2022-04-19 14:38:59 +08:00
committed by GitHub
parent fac437b8c1
commit 3076fd19c1
6 changed files with 105 additions and 99 deletions

View File

@@ -22,6 +22,7 @@ chrono = "0.4.19"
serde_json = "1.0"
serde_yaml = "0.8"
delay_timer = "0.11.1"
parking_lot = "0.12.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.6", features = ["process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-shadows = { git = "https://github.com/tauri-apps/window-shadows" }