Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bevy-inspector-egui requirement from 0.26 to 0.27 #680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

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

Changelog

Sourced from bevy-inspector-egui's changelog.

Version 0.27.0

  • upgrade to bevy_egui 0.30 / egui 0.29
  • update image to 0.25

Version 0.26.0

  • update to bevy_egui 0.29
  • make RangeInclusive<fXX> inspectable

Version 0.25.2

  • introduce features for egui clipboard and open_url to improve wasm compat
  • re-enable image and mesh inspector impls

Version 0.25.1

  • don't clamp linearrgba values
  • fix render layer inspector
  • actually make bevy_egui/render optional
  • put quick.rs plugins in their own schedule to fix system ambiguity

Version 0.25.0

  • update to bevy 0.14, egui 0.28
  • make bevy_render an optional feature
  • put plugin systems in their own Inspect schedule to avoid ambiguities

Version 0.24.0

Version 0.23.4

  • fix compilation on wasm32

Version 0.23.3

  • add InspectorPrimitive trait to make custom UI for a type more convenient (see example)

Version 0.23

  • bevy 0.13, egui 0.26
  • show entityid beside name in restrictedworldview
  • fix change detection in hierarchy UI
  • improve macro path hygiene

Version 0.22.1

  • add InspectorEguiImpl for PathBuf

Version 0.22

  • update to egui 0.24 #174
  • show entity ID beside name #172
  • allow horizontal scrolling and improve UI #166
  • allow inspecting Range<T>
  • restrict Time<Virtual> to positive durations

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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](jakobhellermann/bevy-inspector-egui@v0.26.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Used for dependency bot label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used for dependency bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants