Use env_logger and debug! instead of println!
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user