Add Panes

This commit is contained in:
Michael Mikovsky
2024-11-23 20:32:08 -07:00
parent 6818a6949f
commit 61cd4767ba
5 changed files with 887 additions and 647 deletions
+1
View File
@@ -12,6 +12,7 @@ eframe = { version = "0.29.1", features = [
"persistence",]}
egui = { version = "0.29.1", features = ["callstack", "default", "log"] }
erased-serde = "0.4.5"
glam = "0.29.2"
rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }