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.26.2 #110

Merged
merged 7 commits into from
Feb 20, 2024
Merged

Update egui to 0.26.2 #110

merged 7 commits into from
Feb 20, 2024

Conversation

white-axe
Copy link
Collaborator

Connections

Description
This updates egui, eframe, egui-wgpu and so on from 0.25.0 to 0.26.2.

Testing
I checked briefly that the map editor, database editors and archive manager still work on native and web. Also I can confirm that #107 is fixed now. egui 0.26 added a section to the egui inspection window that shows which parts of the code are causing repaints, which is quite handy.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
  • Run cargo build --release
  • If applicable, run trunk build --release

@white-axe white-axe added the dependencies Pull requests that update a dependency file label Feb 20, 2024
@white-axe white-axe requested a review from a team as a code owner February 20, 2024 19:40
@melody-rs melody-rs merged commit 2e404a7 into Astrabit-ST:dev Feb 20, 2024
5 checks passed
@white-axe white-axe deleted the update-egui branch February 20, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI repaints every frame when the map editor is open
2 participants