Closed hinto-janai closed 1 year ago
Updates festival-gui, shukusai, and egui-notify to egui 0.23.0 and fixes the broken code.
festival-gui
shukusai
egui-notify
egui 0.23.0
No merge conflicts between the custom festival branch and master egui 0.23.0.
festival
The egui image API was overhauled and egui_extras::RetainedImage is now deprecated.
egui
egui_extras::RetainedImage
Lots of code to fix/optimize (although maybe not, the use of RetainedImage in shukusai is highly tuned for performance so it's probably fine)
RetainedImage
https://github.com/hinto-janai/egui/commit/bad756af74ef7cad0eef111a49332adfd2953f8c is used (slightly ahead of 0.23.0) due to including some patches:
0.23.0
Slider
wgpu
0.18.0
Updates
festival-gui
,shukusai
, andegui-notify
toegui 0.23.0
and fixes the broken code.No merge conflicts between the custom
festival
branch and masteregui 0.23.0
.Todo
The
egui
image API was overhauled andegui_extras::RetainedImage
is now deprecated.Lots of code to fix/optimize (although maybe not, the use of
RetainedImage
inshukusai
is highly tuned for performance so it's probably fine)