egui_graphs basic example
crate is ready
This commit is contained in:
commit
98f2698ee6
4 changed files with 4290 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue