Files
svld/svldplotter/Cargo.toml
T
2026-05-23 20:44:49 +02:00

18 lines
239 B
TOML

[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"