Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): update bevy_egui requirement from 0.25 to 0.26
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](mvlabat/bevy_egui@v0.25.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent d554f3b commit 1a3f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/painting-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
bevy = { workspace = true, default-features = true }
bevy_rtc = { path = "../../bevy_rtc", features = ["client"] }
protocol = { path = "../protocol" }
bevy_egui = "0.25"
bevy_egui = "0.26"
log = { version = "0.4", default-features = false }

## FIXME: Remove this after https://github.com/bevyengine/bevy/issues/11052
Expand Down

0 comments on commit 1a3f0e7

Please sign in to comment.