Add force directed flow chart

This commit is contained in:
Michael Mikovsky
2025-11-27 16:52:38 -07:00
parent 3d9332059a
commit dca08b9e97
11 changed files with 521 additions and 118 deletions
+1
View File
@@ -28,6 +28,7 @@ log = "0.4.27"
# You only need serde if you want app persistence:
serde = { version = "1.0.219", features = ["derive"] }
egui_extras = "0.33.2"
rand = "0.9.2"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]