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 Egui to 0.21 #152

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Update Egui to 0.21 #152

merged 1 commit into from
Feb 18, 2023

Conversation

paul-hansen
Copy link
Contributor

Only change that affected bevy_egui was the added field to key events: egui::Event::Key::repeat which has specific documentation saying integrations should simply set it to false, so it was an easy change.

Egui changelog is here: https://github.com/emilk/egui/blob/master/CHANGELOG.md#0210---2023-02-08---deadlock-fix-and-style-customizability

Tested all the examples and tests on my Windows machine, couldn't find any issues.

@mvlabat
Copy link
Owner

mvlabat commented Feb 18, 2023

Hi! Thank you for the PR. Bevy 0.10 should be released very soon, I hope to fit both upgrades into the same bevy_egui release. I'll merge it and release slightly later.

@mvlabat mvlabat merged commit 65f3750 into mvlabat:main Feb 18, 2023
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