Skip to content

Update egui requirement from 0.21.0 to 0.22.0 in /serial_term#18

Merged
WGuLL merged 1 commit intomasterfrom
dependabot/cargo/serial_term/egui-0.22.0
Dec 28, 2024
Merged

Update egui requirement from 0.21.0 to 0.22.0 in /serial_term#18
WGuLL merged 1 commit intomasterfrom
dependabot/cargo/serial_term/egui-0.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2023

Updates the requirements on egui to permit the latest version.

Release notes

Sourced from egui's releases.

0.22.0 - A plethora of small improvements

egui is an easy-to-use immediate mode GUI in pure Rust. eframe is the official egui framework, allowing you to run egui on both web and native.

There's a bunch of improvements in 0.22, especially to eframe:

  • eframe now supports application icons on Windows and Mac. Set it with NativeOptions::icon_data
  • eframe will now follow the system dark/light mode live with NativeOptions::follow_system_theme. Works both on native and on web!
  • The error reporting on the web is also much nicer, with panics being caught, logged, and is accessible to JavaScript

Try the live demo at https://www.egui.rs/

Changelog

Sourced from egui's changelog.

0.22.0 - 2023-05-23 - A plethora of small improvements

⭐ Added

🔧 Changed

  • Improve vertical alignment of fonts #2724 (thanks @​lictex!)
  • Transpose the value/satuation panel of the color picker #2727 (thanks @​IVAN-MK7!)
  • Replace ComboBox::show_index String with Into<TextWidget> #2790 (thanks @​tosti007!)
  • Replace tracing with log #2928
  • Only show id clash warnings in debug builds by default #2930
  • ⚠️ BREAKING: Plot::link_axis and Plot::link_cursor now take the name of the group #2410

🐛 Fixed

✨ Examples

  • Fix resizable columns option in the table demo #2780 (thanks @​Bobo1239!)
  • Update serial window example #2756 (thanks @​c-git!)
  • Demo app: use enum instead of strings for demo-selector anchor #2781 (thanks @​XyLyXyRR!)
  • Use env_logger in all examples #2934
  • Rename examples/user_attention/README.mg to README.md #2948 (thanks @​MAlba124!)
  • egui_demo_app: add some native window info b5c24d6

0.21.0 - 2023-02-08 - Deadlock fix and style customizability

  • ⚠️ BREAKING: egui::Context now use closures for locking (#2625):
    • ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
    • ui.memory().toggle_popup(popup_id) -> ui.memory_mut(|mem| mem.toggle_popup(popup_id))

⭐ Added

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 29, 2023
Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.21.0...0.22.0)

---
updated-dependencies:
- dependency-name: egui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@WGuLL WGuLL force-pushed the dependabot/cargo/serial_term/egui-0.22.0 branch from 1435381 to 5d43205 Compare December 21, 2023 01:11
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 25, 2023

A newer version of egui exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@github-staff github-staff deleted a comment from maulanaayub May 12, 2024
@WGuLL WGuLL merged commit b32b0bc into master Dec 28, 2024
@dependabot dependabot Bot deleted the dependabot/cargo/serial_term/egui-0.22.0 branch December 28, 2024 23:38
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.

1 participant