-
Notifications
You must be signed in to change notification settings - Fork 78
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 dependency to v0.25
#179
Conversation
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.
Thanks for your PR! Lots of dependency changes, maybe expected, but can you check if there are feature flags that are added and can be disabled, or see what dependencies cause duplication of dependencies. Ideally we minimize this.
|
Alright, I just force pushed the branch with some reworked commits. I updated the |
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.
Looks better now! winit upgrade introduced quite some new dependencies but not sure if we can disable more feature flags. Anyhow this is good now!
Description of Changes
This PR updates the
egui
dependency to the latest version0.25
. I believe I have updated all required lines (being only one). This PR does add some duplicated dependencies down the line unfortunately.