Add egui dock.

This commit is contained in:
2025-08-20 16:25:57 +02:00
parent 52610ef102
commit 693d734f02
3 changed files with 151 additions and 71 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
defmt = { version = "1.0.1" }
eframe = { version = "0.32.0"}
egui_plot = "0.33.0"
egui_dock = "0.17.0"
log = "0.4.27"
simple_logger = "5.0.0"
atomic_float = "1.1.0"