parasyte/pixels

Egui 0.18.1 is not supported by minimal-egui example (it's built with egui 0.17)

Closed this issue · 2 comments

The breaking change is egui renamed its ClippedMesh to be ClippedPrimitive in 18.0, which then messes up the render function in the example gui.rs around line 86.

I don't know the best way to reconcile these libs.

https://github.com/emilk/egui/blob/master/CHANGELOG.md

While not technically a blocker for that example, I do need emilk/egui#1660 (and probably emilk/egui#1684 and emilk/egui#1704) so I've been waiting for the next release before doing any more work on it. I won't reject a PR if one comes my way, though.

Found some time to do the upgrade, so this should be fixed very soon.