Added egui display

This commit is contained in:
2025-07-02 22:09:58 +02:00
parent dff435bd56
commit 357ada02ac
6 changed files with 3659 additions and 195 deletions

View File

@@ -9,4 +9,6 @@ rayon = "1.10.0"
num = "0.4.3"
nalgebra = "0.33.2"
anyhow = "1.0.98"
clap = { version = "4.5.40", features = ["derive"] }
clap = { version = "4.5.40", features = ["derive"] }
egui = "0.31"
eframe = { version = "0.31", features = ["wayland", "glow"] }