Skip to content

Commit a032d90

Browse files
Update bevy_egui requirement from 0.28.0 to 0.29.0
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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2bed72 commit a032d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bevy_rapier2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ oorandom = "11"
6363
approx = "0.5.1"
6464
glam = { version = "0.27", features = ["approx"] }
6565
bevy-inspector-egui = "0.25.1"
66-
bevy_egui = "0.28.0"
66+
bevy_egui = "0.29.0"
6767

6868
[package.metadata.docs.rs]
6969
# Enable all the features when building the docs on docs.rs

bevy_rapier3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bevy = { version = "0.14", default-features = false, features = [
6464
approx = "0.5.1"
6565
glam = { version = "0.27", features = ["approx"] }
6666
bevy-inspector-egui = "0.25.1"
67-
bevy_egui = "0.28.0"
67+
bevy_egui = "0.29.0"
6868
divan = "0.1"
6969
bevy_rapier_benches3d = { version = "0.1", path = "../bevy_rapier_benches3d" }
7070

0 commit comments

Comments
 (0)