egui, eframe -> 0.32.0; egui_material_icons -> 0.4.0

This commit is contained in:
2025-07-12 00:24:47 +03:00
parent 53533c35ef
commit f72fe588e3
2 changed files with 260 additions and 480 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ keywords = ["soundpad", "pipewire"]
[dependencies]
egui = "0.31.1"
eframe = "0.31.1"
egui_material_icons = "0.3.0"
egui = "0.32.0"
eframe = "0.32.0"
egui_material_icons = "0.4.0"
rfd = "0.15.3"
dirs = "6.0.0"
rodio = { version = "0.20.1", default-features = false, features = ["symphonia-all"] }