Update bevy_egui requirement from 0.31.1 to 0.33.0

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](https://github.com/vladbat00/bevy_egui/compare/v0.31.1...v0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-23 21:39:37 +00:00 committed by GitHub
parent 3dd6522c25
commit 2bc9e9b5cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
bevy = { version = "0.15.1", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] }
bevy_egui = "0.31.1"
bevy_egui = "0.33.0"
bevy_asset = "0.15.0"
bevy-inspector-egui = "0.28.0"
bevy_reflect = "0.15.0"