plotter WIP

This commit is contained in:
2026-05-23 20:44:49 +02:00
parent ec0bc28929
commit d1bfb7702d
6 changed files with 857 additions and 45 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "svldplotter"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "svldplotter"
test = false
bench = false
[dependencies]
libsvld = { path = "../libsvld" }
can-dbc = "9.1"
eframe = "0.34"
egui = "0.34"
egui_plot = "0.35"