egui_graphs basic example

crate is ready
This commit is contained in:
Breval Ferrari 2025-10-13 11:44:46 +02:00
commit 98f2698ee6
4 changed files with 4290 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "brainwave"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.32"
egui = "0.32"
egui_graphs = "0.28.0"
petgraph = "0.8.3"