Skip to content

chore(deps): Update bevy-inspector-egui requirement from 0.36 to 0.37#152

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bevy-inspector-egui-0.37
Open

chore(deps): Update bevy-inspector-egui requirement from 0.36 to 0.37#152
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bevy-inspector-egui-0.37

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on bevy-inspector-egui to permit the latest version.

Changelog

Sourced from bevy-inspector-egui's changelog.

Version 0.37.0

  • update to bevy 0.19, bevy_egui 0.40 (@​taboky-dev)
  • use unmultiplied LinearRgba (@​NthMetal)
  • fix compile error when bevy doesn't include bevy_mikktspace (@​Person-93)
  • properly exclude Observers again (@​jsnelling)
  • make Filter type non-exhaustive and provider ::all, ::no_observers, Default::default()
  • reorganize features: (inspired by @​taboky-dev)
    • make bevy_camera, bevy_mesh and bevy_light optional
    • add 2d, 3d collections for enabling the relevant features with bevy-inspector-egui = { default-features = false, features = ["2d"] }

Version 0.36.0

  • update to bevy 0.18, bevy_egui 0.39
  • fix bug in editing of hashmaps #294 (@​vultix)
  • add ability to show color picker ui for color types like LinearRgba instead of just Color
  • document and expose the bevy_inspector::errors module as utilities for custom inspector UI errors
  • fix the unintended inclusion of all bevy_egui features

Version 0.35.0

  • update to egui 0.33

Version 0.34.1

  • add bevy_gizmos feature for inspecting GizmoConfigGroup

Version 0.34.0

  • update to bevy 0.17 / bevy_egui 0.37
  • egui_dock example: use transform-gizmo-bevy
  • when bevy/track_location is enabled, you can right click components to jump to the code location of the last change
  • remove the "Show observers" checkbox, as those are now marked as internal

Version 0.33.1

Version 0.33.0

Version 0.32.0

Version 0.31.0

  • update to bevy 0.16

Version 0.30.0

  • add docs and labels for types without fields
  • allow color grading controls with negative numbers
  • bevy_egui 0.33 and egui 0.31
  • fix panic on unsupported color type

Version 0.29.1

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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-version: 0.37.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants