Update egui

This commit is contained in:
2026-03-29 12:27:23 -04:00
parent 2414489ef2
commit 391702b3f3
18 changed files with 356 additions and 285 deletions
+7 -7
View File
@@ -17,11 +17,11 @@ bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = { git = "https://github.com/sidit77/cpal.git", rev = "66ed6be" }
directories = "6"
egui = { version = "0.33", features = ["serde"] }
egui_extras = { version = "0.33", features = ["image"] }
egui-notify = "0.21"
egui-winit = "0.33"
egui-wgpu = { version = "0.33", features = ["winit"] }
egui = { version = "0.34", features = ["serde"] }
egui_extras = { version = "0.34", features = ["image"] }
egui-notify = "0.22"
egui-winit = "0.34"
egui-wgpu = { version = "0.34", features = ["winit"] }
fxprof-processed-profile = "0.8"
fixed = { version = "1.28", features = ["num-traits"] }
gilrs = { version = "0.11", features = ["serde-serialize"] }
@@ -33,7 +33,7 @@ normpath = "1"
notify = "8"
num-derive = "0.4"
num-traits = "0.2"
object = "0.38"
object = "0.39"
oneshot = { version = "0.2", features = ["async", "std"] }
pollster = "0.4"
rand = "0.10"
@@ -46,7 +46,7 @@ thread-priority = "3"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync", "time"] }
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
wgpu = "27"
wgpu = "29"
wholesym = "0.8"
winit = { version = "0.30", features = ["serde"] }