Nazariglez / notan

Cross-platform multimedia layer
https://nazariglez.github.io/notan-web/
Apache License 2.0
763 stars 53 forks source link

update egui to 0.23.0 #291

Closed apekros closed 8 months ago

apekros commented 9 months ago

closes #290

Nazariglez commented 8 months ago

Thanks @apekros!

Nazariglez commented 8 months ago

It seems that there is some breaking changes on the egui API, I need to take look to the changes there

Nazariglez commented 8 months ago

This is in theory a breaking change on the API, because there is no more egui::TextureId when registering a texture, but egui::SizedTexture. it's a small change easily fixable but I guess that we need to bump the next version to 0.11. I am merging it and I'll release it in the next few days.

Thanks!