desktop: use tracing for logging (#13135)
This commit is contained in:
parent
8bfd6fdba2
commit
a25b2af05a
10 changed files with 264 additions and 154 deletions
|
|
@ -47,6 +47,10 @@ specta = "=2.0.0-rc.22"
|
|||
specta-typescript = "0.0.9"
|
||||
tauri-specta = { version = "=2.0.0-rc.21", features = ["derive", "typescript"] }
|
||||
dirs = "6.0.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing-appender = "0.2"
|
||||
chrono = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
gtk = "0.18.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue