Skip to content

Commit

Permalink
chore(deps): update bevy-inspector-egui requirement from 0.23 to 0.24 (
Browse files Browse the repository at this point in the history
…#102)

Updates the requirements on [bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui) to permit the latest version.
- [Changelog](https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/jakobhellermann/bevy-inspector-egui/commits)

---
updated-dependencies:
- dependency-name: bevy-inspector-egui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent c99219c commit efefed9
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 @@ -134,7 +134,7 @@ webgpu = ["bevy/webgpu"]

[dependencies]
bevy_args = { version = "1.3.0", optional = true }
bevy-inspector-egui = { version = "0.23", optional = true }
bevy-inspector-egui = { version = "0.24", optional = true }
bevy_mod_picking = { version = "0.18", optional = true }
bevy_panorbit_camera = { version = "0.17", optional = true }
bevy_transform_gizmo = { version = "0.11", optional = true }
Expand Down

0 comments on commit efefed9

Please sign in to comment.