Working on better plotting

This commit is contained in:
Martino Ferrari
2026-04-12 16:20:44 +02:00
parent 1a39b3a54e
commit 41410e4e3d
10 changed files with 2088 additions and 1064 deletions
+10 -12
View File
@@ -1,24 +1,22 @@
[package]
name = "rmon-ui"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.24"
egui = "0.24"
egui_plot = "0.24"
tokio = { workspace = true, features = ["full"] }
rmon-common = { path = "../rmon-common" }
eframe.workspace = true
egui.workspace = true
egui_plot.workspace = true
tokio.workspace = true
anyhow.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde.workspace = true
bincode.workspace = true
rmon-common.workspace = true
anyhow.workspace = true
futures.workspace = true
tokio-util.workspace = true
bytes.workspace = true
chrono.workspace = true
itertools.workspace = true
libc.workspace = true
uuid.workspace = true
egui_tiles.workspace = true