Added logger to GUI.

This commit is contained in:
2025-10-15 18:11:10 +02:00
parent cb7bc2f025
commit 7229d4cd33
10 changed files with 269 additions and 94 deletions

View File

@@ -12,6 +12,7 @@ egui_extras = "0.32.3"
log = "0.4.27"
simple_logger = "5.0.0"
atomic_float = "1.1.0"
chrono = { version = "0.4.42" }
[dependencies.bioz-icd-rs]
path = "../bioz-icd-rs"
@@ -35,6 +36,7 @@ features = [
"rt-multi-thread",
"macros",
"time",
"fs",
]
[dependencies.tokio-serial]