vdb-rs icon indicating copy to clipboard operation
vdb-rs copied to clipboard

Update bevy_egui requirement from 0.22 to 0.27

Open dependabot[bot] opened this issue 2 months ago • 0 comments

Updates the requirements on bevy_egui to permit the latest version.

Release notes

Sourced from bevy_egui's releases.

[0.27.0] - 18-Apr-2024

Added

  • Fallible variants of primary window getters for EguiContexts.

Changed

Fixed

  • Rework reading window ids for events (fixes edge-cases with ignoring events, #273).

Removed

  • Unused RenderGraphConfig.
Changelog

Sourced from bevy_egui's changelog.

[0.27.0] - 18-Apr-2024

Added

  • Fallible variants of primary window getters for EguiContexts.

Changed

Fixed

  • Rework reading window ids for events (fixes edge-cases with ignoring events, #273).

Removed

  • Unused RenderGraphConfig.

[0.26.0] - 18-Mar-2024

Added

Fixed

[0.25.0] - 19-Feb-2024

Added

Changed

Fixed

[0.24.0] - 11-Dec-2023

... (truncated)

Commits
  • 6021f22 Switch to macos-14 runners
  • 35a4943 Bump to 0.27
  • 83ef021 Fix missing modifiers update
  • cfd819e Add falliable variants of primary window getters for EguiContexts
  • 3026d35 Remove redundant RenderGraphConfig
  • 9dfe707 Get window ids from events instead of manual tracking (#273)
  • fdd6e2c Better error on Web when missing web_sys_unstable_apis (#270)
  • 51fa917 update to egui 0.27 (#271)
  • 18a5388 Don't publish run-wasm
  • fe1c381 Bump to 0.26
  • Additional commits viewable in compare view

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)

dependabot[bot] avatar Apr 22 '24 07:04 dependabot[bot]