Conversation
|
thanks a lot for the work! since these contain updates to egui 0.34, can this also be released before the release of bevy 0.19? |
Before the release of 0.19? Do you mean publishing release candidates? or updating |
|
updating for bevy 0.18 and egui 0.34 |
Unfortunately not without breaking something, not only will you have duplicate dependencies with mismatched versions, accessibility code will not compile due to bevy using The release of 0.19 is around the corner, EDIT: I forgot I suck at predicting, but 0.19 should still release this month. |
|
okay, thanks a lot for the insight! I will wait for 0.19 in that case! |
Minimum Supported Bevy Version:
fb7f58bYou can change the git revision to a more recent one in the patch section in your project, pray it compiles.
To use this branch, add this to your
Cargo.toml:Broken
Theaccesskitfeature won't compile due to egui'saccesskitdependency being outdated (Update accesskit to 0.24.0 (and related deps) emilk/egui#7850)Todo
wgpu-typesto 0.29eguito 0.34EguiAboveBevyUicauses bevy ui to be un-pickableegui::Context::runwithegui::Context::run_uicolor_test"Render to image (Mesh)" option is not rendering at allpaint_callbackpanicsrender_to_image_widgetdoes not compileside_panelprints warnings every frame(Closes #473)