Skip to content

Commit

Permalink
bevy_inspector_egui 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Oct 17, 2023
1 parent 1098efa commit 7679def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Fix clippy warnings of rust 1.72.0 (#114)
* Added rustfmt config file (#114)
* Fixed `PartialOrd` impl for `a_star` `Node`
* Bumped `bevy_inspector_egui` dev dependency to 0.20

## 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ features = ["html_reports"]

[dev-dependencies]
rand = "0.8"
bevy-inspector-egui = "0.19"
bevy-inspector-egui = "0.20"

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

0 comments on commit 7679def

Please sign in to comment.