Skip to content

Commit

Permalink
Update bevy_egui requirement from 0.22 to 0.27
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.22.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent f146fc0 commit 573ad2c
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 @@ -35,5 +35,5 @@ thiserror = "1"
[dev-dependencies]
bevy = { version = "0.11", default-features = false, features = ["bevy_pbr"] }
bevy-aabb-instancing = "0.10"
bevy_egui = "0.22"
bevy_egui = "0.27"
smooth-bevy-cameras = "0.9"

0 comments on commit 573ad2c

Please sign in to comment.