About popup

This commit is contained in:
2024-12-15 00:00:22 -05:00
parent e31269368d
commit c694d234e7
6 changed files with 71 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ clap = { version = "4", features = ["derive"] }
cpal = { git = "https://github.com/sidit77/cpal.git", rev = "66ed6be" }
directories = "5"
egui = { version = "0.29", features = ["serde"] }
egui_extras = "0.29"
egui_extras = { version = "0.29", features = ["image"] }
egui-toast = "0.15"
egui-winit = "0.29"
egui-wgpu = { version = "0.29", features = ["winit"] }