mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
logging: Use glib as log backend instead of env_logger.
This makes log output use the same logger as gtk itself and as most other gtk applications
This commit is contained in:
@@ -16,8 +16,8 @@ categories = ["gui", "multimedia"]
|
||||
[dependencies]
|
||||
pipewire = "0.4"
|
||||
gtk = { version = "0.3", package = "gtk4" }
|
||||
glib = { version = "0.14", features = ["log"] }
|
||||
|
||||
log = "0.4.11"
|
||||
env_logger = "0.9.0"
|
||||
|
||||
once_cell = "1.7.2"
|
||||
|
||||
Reference in New Issue
Block a user