-
Notifications
You must be signed in to change notification settings - Fork 75
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 egui 0.21.0 #93
Conversation
This is finally ready for review @Adanos020 |
@Adanos020 usually a user would have: egui = "0.21"
egui_dock = "0.4" and it would just work, since the This change is really only for the users that are explicitly opting out of egui = { version = "0.21", default-features = false }
egui_dock = "0.4" I would suspect it to be extremely rare with any users that don't have either |
@emilk Then before publishing 0.4, I'd add a note about that in the Readme. I'll merge this PR for now and do that in a separate one. |
This PR updates to egui 0.21.0
I would greatly appreciate if you could merge this and publish a new version of
egui_dock
as soon as you can 🙏This also adds a small new feature:
TabViewer::on_tab_button