Skip to content

Commit

Permalink
Update bevy_egui requirement from 0.23 to 0.24 (#431)
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version.
- [Release notes](https://github.com/mvlabat/bevy_egui/releases)
- [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md)
- [Commits](vladbat00/bevy_egui@v0.23.0...v0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 7a92892 commit 1913afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bevy = { version = "0.12", default-features = false, features = [
"serialize",
"bevy_gilrs",
] }
bevy_egui = { version = "0.23", optional = true }
bevy_egui = { version = "0.24", optional = true }

derive_more = { version = "0.99", default-features = false, features = [
"display",
Expand All @@ -52,7 +52,7 @@ bevy = { version = "0.12", default-features = false, features = [
"bevy_core_pipeline",
"x11",
] }
bevy_egui = { version = "0.23" }
bevy_egui = { version = "0.24" }
serde_test = "1.0"
criterion = "0.5"

Expand Down

0 comments on commit 1913afe

Please sign in to comment.