Files
svld/svldplotter/Cargo.toml
T
2026-05-24 12:11:12 +02:00

19 lines
262 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"
egui_ltreeview = "0.7"