Skip to content
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 bevy_egui to 0.32 #677

Merged
merged 2 commits into from
Jan 19, 2025

Conversation

vladbat00
Copy link
Contributor

I've disabled default-features (which might save some compilation time for someone), and removed after(bevy_egui::EguiSet::ProcessInput) from the system ordering.

Egui writes it to memory whether it wants mouse/keyboard input only during its end_pass, which happens in the PostUpdate schedule, and since we want to run filtering during PreUpdate, the system ordering is redundant (wants_pointer_input and others always have a 1-frame delay anyway).

@alice-i-cecile
Copy link
Contributor

Looks great :) Add a note to RELEASES.md and I'll merge this in for you.

@vladbat00
Copy link
Contributor Author

Done :)

@alice-i-cecile alice-i-cecile merged commit 3eda257 into Leafwing-Studios:main Jan 19, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants