Update bevy_egui requirement from 0.31.1 to 0.33.0 #6

Open
opened 2025-05-10 18:25:18 +00:00 by elias · 0 comments
Owner

Originally created by @dependabot[bot] on 3/23/2025

Updates the requirements on bevy_egui to permit the latest version.

Release notes

Sourced from bevy_egui's releases.

[0.33.0] - 16-Feb-2025

Changed

  • Update Egui to 0.31 (#357 by @​tomara-x).
    • Implement the new egui::OutputCommand::CopyImage command support (#361).
  • Change EguiRenderOutput internals to improve performance, and other optimizations (#359 by @​PPakalns).
Changelog

Sourced from bevy_egui's changelog.

[0.33.0] - 16-Feb-2025

Changed

  • Update Egui to 0.31 (#357 by @​tomara-x).
    • Implement the new egui::OutputCommand::CopyImage command support (#361).
  • Change EguiRenderOutput internals to improve performance, and other optimizations (#359 by @​PPakalns).

[0.32.0] - 6-Jan-2025

Added

Changed

  • Update Egui to 0.30 (#340 by @​PPakalns).
  • Reuse IDs of removed textures (#344).
  • Input handling refactor (#345).
    • This brings us closer to diegetic (world space) UI support, the HoveredNonWindowEguiContext and FocusedNonWindowEguiContext resources can now be used to redirect input events to other contexts.
    • Input handling was split into separate systems for each event type, which are now also disableable (#346), see the EguiGlobalSettings resource.
    • The EguiInputEvent event type was added, which wraps all the events that are sent to Egui. It can also be used for custom input events logic, in case you want to mock inputs or handle inputs yourself.
    • The EguiSettings component was renamed to EguiContextSettings.
    • EguiSet was split into the EguiPreUpdateSet and EguiPostUpdateSet sets.
      • EguiInputSet was also added (as EguiPreUpdateSet::ProcessInput subsets).
  • Egui contexts are now immediately initialised for entities with a EguiRenderToImage component (as opposed to being initialised with a delay by a separate system), thanks to Bevy required components.

Fixed

  • Fix clipboard error handling (#347).

[0.31.1] - 30-Nov-2024

Fixed

  • Fix docs.rs build.

[0.31.0] - 30-Nov-2024

Changed

... (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)
*Originally created by @dependabot[bot] on 3/23/2025* Updates the requirements on [bevy_egui](https://github.com/vladbat00/bevy_egui) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vladbat00/bevy_egui/releases">bevy_egui's releases</a>.</em></p> <blockquote> <h2>[0.33.0] - 16-Feb-2025</h2> <h2>Changed</h2> <ul> <li>Update Egui to 0.31 (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/357">#357</a> by <a href="https://github.com/tomara-x"><code>@​tomara-x</code></a>). <ul> <li>Implement the new <code>egui::OutputCommand::CopyImage</code> command support (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/361">#361</a>).</li> </ul> </li> <li>Change <code>EguiRenderOutput</code> internals to improve performance, and other optimizations (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/359">#359</a> by <a href="https://github.com/PPakalns"><code>@​PPakalns</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vladbat00/bevy_egui/blob/main/CHANGELOG.md">bevy_egui's changelog</a>.</em></p> <blockquote> <h2>[0.33.0] - 16-Feb-2025</h2> <h3>Changed</h3> <ul> <li>Update Egui to 0.31 (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/357">#357</a> by <a href="https://github.com/tomara-x"><code>@​tomara-x</code></a>). <ul> <li>Implement the new <code>egui::OutputCommand::CopyImage</code> command support (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/361">#361</a>).</li> </ul> </li> <li>Change <code>EguiRenderOutput</code> internals to improve performance, and other optimizations (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/359">#359</a> by <a href="https://github.com/PPakalns"><code>@​PPakalns</code></a>).</li> </ul> <h2>[0.32.0] - 6-Jan-2025</h2> <h3>Added</h3> <ul> <li>Basic <code>bevy_picking</code> support to prevent picking through Egui windows (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/338">#338</a>, <a href="https://redirect.github.com/vladbat00/bevy_egui/pull/331">#331</a> by <a href="https://github.com/globin"><code>@​globin</code></a> and <a href="https://github.com/aevyrie"><code>@​aevyrie</code></a>).</li> <li>Helpers for converting between Egui and Bevy types (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/345">#345</a>, <a href="https://github.com/vladbat00/bevy_egui/commit/488ac6a9d8fc3e1be98b494aed83751415beb845">488ac6a</a>).</li> </ul> <h3>Changed</h3> <ul> <li>Update Egui to 0.30 (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/340">#340</a> by <a href="https://github.com/PPakalns"><code>@​PPakalns</code></a>).</li> <li>Reuse IDs of removed textures (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/344">#344</a>).</li> <li>Input handling refactor (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/345">#345</a>). <ul> <li>This brings us closer to diegetic (world space) UI support, the <code>HoveredNonWindowEguiContext</code> and <code>FocusedNonWindowEguiContext</code> resources can now be used to redirect input events to other contexts.</li> <li>Input handling was split into separate systems for each event type, which are now also disableable (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/346">#346</a>), see the <code>EguiGlobalSettings</code> resource.</li> <li>The <code>EguiInputEvent</code> event type was added, which wraps all the events that are sent to Egui. It can also be used for custom input events logic, in case you want to mock inputs or handle inputs yourself.</li> <li>The <code>EguiSettings</code> component was renamed to <code>EguiContextSettings</code>.</li> <li><code>EguiSet</code> was split into the <code>EguiPreUpdateSet</code> and <code>EguiPostUpdateSet</code> sets. <ul> <li><code>EguiInputSet</code> was also added (as <code>EguiPreUpdateSet::ProcessInput</code> subsets).</li> </ul> </li> </ul> </li> <li>Egui contexts are now immediately initialised for entities with a <code>EguiRenderToImage</code> component (as opposed to being initialised with a delay by a separate system), thanks to Bevy <a href="https://docs.rs/bevy/0.15.1/bevy/prelude/trait.Component.html#required-components">required components</a>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix clipboard error handling (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/347">#347</a>).</li> </ul> <h2>[0.31.1] - 30-Nov-2024</h2> <h3>Fixed</h3> <ul> <li>Fix docs.rs build.</li> </ul> <h2>[0.31.0] - 30-Nov-2024</h2> <h3>Changed</h3> <ul> <li>Update to Bevy 0.15 (<a href="https://redirect.github.com/vladbat00/bevy_egui/pull/309">#309</a> by <a href="https://github.com/Vrixyz"><code>@​Vrixyz</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vladbat00/bevy_egui/commit/e22e561b34a8043835182eb6b6220effc5189e95"><code>e22e561</code></a> Bump to 0.33</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/1c97c8df180748c363ac28766b580a3e04af8cdf"><code>1c97c8d</code></a> Implement egui::OutputCommand::CopyImage (<a href="https://redirect.github.com/vladbat00/bevy_egui/issues/361">#361</a>)</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/d351599b9a266eb52733eb842f535289dffd6297"><code>d351599</code></a> Bevy egui performance improvements (<a href="https://redirect.github.com/vladbat00/bevy_egui/issues/359">#359</a>)</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/7a1a5a89b64027669145ad49f7a7e26d947d297b"><code>7a1a5a8</code></a> update to egui 0.31 (<a href="https://redirect.github.com/vladbat00/bevy_egui/issues/357">#357</a>)</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/fe6c1583e53271916725fddf6f2e2b700a528c49"><code>fe6c158</code></a> Fix example simple.rs (<a href="https://redirect.github.com/vladbat00/bevy_egui/issues/356">#356</a>)</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/4f0193470bc6ac21c49f63c2b40484ab9053a272"><code>4f01934</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/3ea9ac7fe6741057cf55ab0d23058c3e6db2b8df"><code>3ea9ac7</code></a> Update bevy_egui version in the readme example</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/3481053660ad6ac21df49ebaac7bb2d1e72a9211"><code>3481053</code></a> Update the Bevy support table</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/5014216baccfbf726e02b06246edc81ef098e65a"><code>5014216</code></a> Bump to 0.32.0</li> <li><a href="https://github.com/vladbat00/bevy_egui/commit/488ac6a9d8fc3e1be98b494aed83751415beb845"><code>488ac6a</code></a> Add helpers for converting between Egui and Bevy types (closes <a href="https://redirect.github.com/vladbat00/bevy_egui/issues/245">#245</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vladbat00/bevy_egui/compare/v0.31.1...v0.33.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elias/bevy-project-template#6
No description provided.