Skip to content

Commit

Permalink
Merge pull request #9 from mo8it/bevy-egui
Browse files Browse the repository at this point in the history
Update bevy_egui
  • Loading branch information
n3vu0r authored Oct 27, 2024
2 parents 5c17ef0 + 2d58c12 commit 33818f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ c11-orbit = ["trackball/cc"]

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

[dev-dependencies.bevy]
Expand Down

0 comments on commit 33818f0

Please sign in to comment.