Use env_logger and debug! instead of println!

This commit is contained in:
2023-11-23 10:15:53 +01:00
parent e9b2263276
commit bb3e547660
6 changed files with 162 additions and 23 deletions

View File

@@ -12,3 +12,6 @@ glib = "0.18.3"
clap = { version = "4.4.6", features = ["derive"] }
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_8"] }
async-channel = "2.1.0"
anyhow = "1.0.75"
log = "0.4.20"
env_logger = "0.10.1"