Skip to content

Update bevy_egui requirement from 0.26 to 0.38#6

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/bevy_egui-0.38
Dec 12, 2025
Merged

Update bevy_egui requirement from 0.26 to 0.38#6
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/bevy_egui-0.38

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 12, 2025

Updates the requirements on bevy_egui to permit the latest version.

Release notes

Sourced from bevy_egui's releases.

[0.38.0] - 13-Oct-2025

Added

  • Add an option to disable IME: ime_enable in both EguiContextSettings and EguiGlobalSettings.
  • Re-enable accesskit support, see the accesskit feature (disabled by default).
  • Partial texture update support (#433 by @​OwlyCode).

Changed

  • Update to egui 0.33.

Misc

  • Fix examples that use multiple cameras.
Changelog

Sourced from bevy_egui's changelog.

[0.38.0] - 13-Oct-2025

Added

  • Add an option to disable IME: ime_enable in both EguiContextSettings and EguiGlobalSettings.
  • Re-enable accesskit support, see the accesskit feature (disabled by default).
  • Partial texture update support (#433 by @​OwlyCode).

Changed

  • Update to egui 0.33.

Misc

  • Fix examples that use multiple cameras.

[0.37.1] - 8-Oct-2025

Fixed

  • Fix queue_pipelines_system panic on minimizing a window.
  • Fix spurious panic when closing a window (#425 by @​jakobhellermann).

[0.37.0] - 1-Oct-2025

Added

Changed

Fixed

  • Fix IME support (#420).

[0.36.0] - 4-Aug-2025

Added

  • Make it configurable whether to render egui on top of bevy_ui or not (#405 by @​nightkr).

Changed

[0.35.1] - 9-Jul-2025

Misc

... (truncated)

Commits
  • 5312aad Bump to 0.38.0
  • fdc6523 Update to egui 0.33, re-enable accesskit support (#434)
  • b63c7d7 Added partial update support for egui textures (#433)
  • a321ce5 Update README.md
  • e16807a Update CHANGELOG.md
  • de3ce23 Merge branch 'patch-release'
  • 35149b5 Bump to 0.37.1
  • 5821101 Fix queue_pipelines_system panic on minimizing a window
  • 7cffb01 Fix the side_panel example
  • 8d47ad0 Fix queue_pipelines_system panic on minimizing a window
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [bevy_egui](https://github.com/vladbat00/bevy_egui) to permit the latest version.
- [Release notes](https://github.com/vladbat00/bevy_egui/releases)
- [Changelog](https://github.com/vladbat00/bevy_egui/blob/main/CHANGELOG.md)
- [Commits](vladbat00/bevy_egui@v0.26.0...v0.38.0)

---
updated-dependencies:
- dependency-name: bevy_egui
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 12, 2025
@hyperpolymath hyperpolymath merged commit 0b6471d into main Dec 12, 2025
17 of 22 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/bevy_egui-0.38 branch December 12, 2025 23:25
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant