deps: update egui, eframe, egui_material_icons

This commit is contained in:
2025-10-13 23:47:42 +03:00
parent 5e538db201
commit b205800a66
2 changed files with 76 additions and 109 deletions
+3 -3
View File
@@ -26,9 +26,9 @@ rodio = { version = "0.21.1", default-features = false, features = ["symphonia-a
pipewire = "0.9.2"
rfd = "0.15.4"
egui = { version = "0.32.3", default-features = false, features = ["default_fonts", "rayon"] }
eframe = { version = "0.32.3", default-features = false, features = ["default_fonts", "glow", "x11", "wayland"] }
egui_material_icons = "0.4.0"
egui = { version = "0.33.0", default-features = false, features = ["default_fonts", "rayon"] }
eframe = { version = "0.33.0", default-features = false, features = ["default_fonts", "glow", "x11", "wayland"] }
egui_material_icons = "0.5.0"
[[bin]]
name = "pwsp-daemon"