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 to egui 0.30.0, MSRV to 1.80 #59

Merged
merged 8 commits into from
Dec 17, 2024
Merged

Update to egui 0.30.0, MSRV to 1.80 #59

merged 8 commits into from
Dec 17, 2024

Conversation

bircni
Copy link
Contributor

@bircni bircni commented Dec 4, 2024

  • Updates the rust version to 1.79 as egui now uses this too
  • fixes the cargo deny check and updates the crates
  • I have followed the instructions in the PR template

Cargo.toml Show resolved Hide resolved
@bircni bircni changed the title Updates Updates & Bump to egui 0.30.0 Dec 16, 2024
Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Looks good, except for the changes to CHANGELOG.md

CHANGELOG.md Outdated
- Add method to specify `tip_size` of plot arrows [#3138](https://github.com/emilk/egui/pull/3138) (thanks [@nagua](https://github.com/nagua)!)
- Better handle additive colors in plots [#3387](https://github.com/emilk/egui/pull/3387)
- Fix auto_bounds when only one axis has restricted navigation [#3171](https://github.com/emilk/egui/pull/3171) (thanks [@KoffeinFlummi](https://github.com/KoffeinFlummi)!)
- Fix plot formatter not taking closures [#3260](https://github.com/emilk/egui/pull/3260) (thanks [@Wumpf](https://github.com/Wumpf)!)
Copy link
Owner

@emilk emilk Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this spurious formatting change (git checkout main CHANGELOG.md)

examples/save_plot/src/main.rs Outdated Show resolved Hide resolved
examples/save_plot/src/main.rs Outdated Show resolved Hide resolved
@emilk emilk changed the title Updates & Bump to egui 0.30.0 Update to egui 0.30.0, MSRV to 1.80 Dec 17, 2024
@emilk emilk added the include in changelog This change will be included in the changelog label Dec 17, 2024
@emilk emilk merged commit b02829c into emilk:main Dec 17, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include in changelog This change will be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants