Implement custom command channel (not async)

This commit is contained in:
2023-11-23 11:54:08 +01:00
parent 0a0fc61522
commit 75e1da0097
4 changed files with 207 additions and 160 deletions

View File

@@ -11,7 +11,6 @@ gio = "0.18.3"
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"