Skip to content

Commit

Permalink
Update bevy_egui requirement from 0.31 to 0.32
Browse files Browse the repository at this point in the history
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.31.0...v0.32.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 74a8d8a commit 18cdd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ leafwing_input_manager_macros = { path = "macros", version = "0.16" }
bevy = { version = "0.15.0", default-features = false, features = [
"serialize",
] }
bevy_egui = { version = "0.31", optional = true }
bevy_egui = { version = "0.32", optional = true }
itertools = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_flexitos = "0.2"
Expand Down

0 comments on commit 18cdd37

Please sign in to comment.