Skip to content

Commit 2d58c12

Browse files
committed
Update bevy_egui
1 parent 5c17ef0 commit 2d58c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ c11-orbit = ["trackball/cc"]
4343

4444
[dependencies]
4545
bevy = { version = "0.14.0", default-features = false, features = ["bevy_render"] }
46-
bevy_egui = { version = "0.28.0", default-features = false, features = ["render"], optional = true }
46+
bevy_egui = { version = "0.30.0", default-features = false, features = ["render"], optional = true }
4747
trackball = { version = "0.14.0", features = ["glam"] }
4848

4949
[dev-dependencies.bevy]

0 commit comments

Comments
 (0)