Skip to content

Commit

Permalink
Bump egui (#19)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update Cargo.toml
  • Loading branch information
TotalKrill authored Sep 20, 2024
1 parent 80bce24 commit 7fa9c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ serde = { version = "1.0", optional = true }
ron = { version = "0.8", optional = true }

egui = { version = "0.28", optional = true }
bevy_egui = { version = "0.28", default-features = false, features = ["render"], optional = true }
bevy_egui = { version = "0.29", default-features = false, features = ["render"], optional = true }

bevy-inspector-egui = { version = "0.25.0", default-features = false, features = ["bevy_render"], optional = true }
bevy-inspector-egui = { version = "0.26.0", default-features = false, features = ["bevy_render"], optional = true }
egui_plot = { version = "0.28", optional = true }

[dev-dependencies]
bevy = "0.14"
bevy-inspector-egui = "0.25.0"
bevy-inspector-egui = "0.26.0"
criterion = "0.5.1"
rand = "0.8.5"
eframe = "0.28"
Expand Down

0 comments on commit 7fa9c37

Please sign in to comment.