Skip to content

Commit

Permalink
Update bevy_egui in dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Oct 24, 2024
1 parent ec85610 commit c9c1828
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 @@ -23,7 +23,7 @@ bevy_egui = { version = "0.30", optional = true, default-features = false }
[dev-dependencies]
bevy = { version = "0.14" }
float-cmp = "0.9.0"
bevy_egui = { version = "0.29", default-features = false, features = [
bevy_egui = { version = "0.30", default-features = false, features = [
"render",
"default_fonts",
] }
Expand Down

0 comments on commit c9c1828

Please sign in to comment.