Skip to content

Commit

Permalink
Update bevy_egui
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Feb 20, 2024
1 parent 15ccd95 commit 412f117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ bevy_egui = ["dep:bevy_egui"]

[dependencies]
bevy = { version = "0.13", default-features = false }
bevy_egui = { version = "0.24", optional = true, default-features = false }
bevy_egui = { version = "0.25", optional = true, default-features = false }

[dev-dependencies]
bevy = { version = "0.13" }
float-cmp = "0.9.0"
bevy_egui = { version = "0.24", default-features = false, features = ["default_fonts"] }
bevy_egui = { version = "0.25", default-features = false, features = ["render", "default_fonts"] }

[[example]]
name = "egui"
Expand Down

0 comments on commit 412f117

Please sign in to comment.