chore: add log

This commit is contained in:
lencx
2022-12-18 11:50:34 +08:00
parent 4366b8ee8a
commit c07fd1e0b8
6 changed files with 55 additions and 21 deletions

View File

@@ -19,6 +19,12 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["api-all", "devtools", "system-tray", "updater"] }
tauri-plugin-positioner = { version = "1.0.4", features = ["system-tray"] }
log = "0.4.17"
[dependencies.tauri-plugin-log]
git = "https://github.com/tauri-apps/tauri-plugin-log"
branch = "dev"
features = ["colored"]
[features]
# by default Tauri runs in production mode