Skip to content

Commit

Permalink
Bump bevy_egui from 0.27.0 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [bevy_egui](https://github.com/mvlabat/bevy_egui) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/mvlabat/bevy_egui/releases)
- [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md)
- [Commits](mvlabat/bevy_egui@v0.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: bevy_egui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 2cddd8a commit ccdea35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bevy = { version = "0.13.2", default-features = false, features = [
"default_font",
] }
# bevy_asset_loader = { version = "0.20.0" }
bevy_egui = "0.27.0"
bevy_egui = "0.27.1"
noise = "0.9.0"
rand = { version = "0.8.5" }

Expand Down

0 comments on commit ccdea35

Please sign in to comment.