plotter WIP
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user