Skip to content

Commit

Permalink
chore: bump bevy_egui from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [bevy_egui](https://github.com/mvlabat/bevy_egui) from 0.28.0 to 0.29.0.
- [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.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mnemotic committed Aug 21, 2024
1 parent 642c5e9 commit 72b18cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 @@ -46,7 +46,7 @@ console_error_panic_hook = "0.1"
ordered-float = "4.1.0"
priority-queue = "2.1.0"
ahash = "0.8.4"
bevy_egui = { version = "0.28.0", default-features = false, features = ["default_fonts", "render"] }
bevy_egui = { version = "0.29.0", default-features = false, features = ["default_fonts", "render"] }
egui_extras = "0.28.1"

[profile.dev]
Expand Down

0 comments on commit 72b18cd

Please sign in to comment.