Leafwing-Studios / leafwing-input-manager

A straightforward stateful input manager for the Bevy game engine.
Apache License 2.0
616 stars 92 forks source link

Update bevy_egui requirement from 0.26 to 0.27 #510

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

  • Add render feature which can be disabled for applications with a custom renderer (#240 by @​BeastLe9enD).

Changed

  • Update Bevy to 0.13 (#236 by @​eri).
  • Update Egui to 0.26

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)
  • See full diff 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 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)