Save/load more config

This commit is contained in:
2024-12-14 23:14:13 -05:00
parent 6e2d70abd7
commit e31269368d
5 changed files with 148 additions and 52 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = { git = "https://github.com/sidit77/cpal.git", rev = "66ed6be" }
directories = "5"
egui = "0.29"
egui = { version = "0.29", features = ["serde"] }
egui_extras = "0.29"
egui-toast = "0.15"
egui-winit = "0.29"