-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to bevy 0.11 #188
Update to bevy 0.11 #188
Conversation
src/lib.rs
Outdated
render_systems::prepare_egui_transforms_system.in_set(RenderSet::Prepare), | ||
) | ||
.add_systems(Render, render_systems::queue_bind_groups_system.in_set(RenderSet::Queue)) | ||
.add_systems(Render, render_systems::queue_pipelines_system.in_set(RenderSet::Queue)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those "Render" surprised me a bit.
The simple demo in WASM is broken (black screen) but I found a fix for it! Everything else works great :) |
Huge thanks @Vrixyz! I'm merging this and will hopefully make a release soon. |
No description provided.