chore(deps): bump eframe from 0.31.1 to 0.36.1 in /hermes-pair #4

Open
dependabot[bot] wants to merge 1 commit from dependabot/cargo/hermes-pair/eframe-0.36.1 into main
dependabot[bot] commented 2026-08-24 15:54:09 +00:00 (Migrated from github.com)

Bumps eframe from 0.31.1 to 0.36.1.

Release notes

Sourced from eframe's releases.

0.36.1 - Sense::drag() bugfix

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

0.36.0 - Improved mobile keyboard support

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

Highlights

Improved mobile keyboard support

Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!

https://github.com/user-attachments/assets/b0aa1084-0755-4e47-a0b3-0ce6890aca85

Drag to reopen panels

You can now reopen closed panels by dragging the handle:

https://github.com/user-attachments/assets/e02895c4-248e-4e22-9694-bdfcd9839bfd

Window decoration theme is now synced with app theme

Previously, when switching themes, the window chrome (OS titlebar), stayed in the OS theme. Now, it syncs with the app theme:

https://github.com/user-attachments/assets/6b393057-fdfc-431b-b997-744bc183a8ac

... (truncated)

Changelog

Sourced from eframe's changelog.

0.36.1 - 2026-08-07

0.36.0 - 2026-08-05

Highlights

This release drastically improves the mobile keyboard experience (when using eframe web). It also adds drag-to-open panels, window chrome theme sync and a lot of small bug fixes and improvements!

Improved mobile keyboard support

Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!

https://github.com/user-attachments/assets/b0aa1084-0755-4e47-a0b3-0ce6890aca85

Drag to reopen panels

You can now reopen closed panels by dragging the handle:

https://github.com/user-attachments/assets/e02895c4-248e-4e22-9694-bdfcd9839bfd

Window decoration theme is now synced with app theme

Previously, when switching themes, the window chrome (OS titlebar) stayed in the OS theme. Now, it syncs with the app theme:

https://github.com/user-attachments/assets/6b393057-fdfc-431b-b997-744bc183a8ac

Added

🔧 Changed

🔥 Removed

... (truncated)

Commits
  • 4c1f2fa Release 0.36.1 - Fix Sense::drag bug
  • 42cd821 Fix Sense::drag detecting drags when clicking widget above it (#8396)
  • 2397194 Release 0.36.0 - Improved mobile keyboard support (#8390)
  • e37d44a Never run an egui pass when nothing will be shown (#8387)
  • 90e0302 Fix a few nightly clippy lints (#8388)
  • 5347b0a Fix window with a Grid being widenable but not shrinkable again (#8386)
  • 622bbbe Add drag-to-open for collapsible panels (#8363)
  • 98eab50 Treat a press that leaves a widget as a drag (#8365)
  • 78c0e39 Fix ScrollArea failure by handling horizontal and vertical scrolling separate...
  • 5c0b690 Add extra_text_line_spacing to control vertical spacing between text lines ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
Bumps [eframe](https://github.com/emilk/egui) from 0.31.1 to 0.36.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emilk/egui/releases">eframe's releases</a>.</em></p> <blockquote> <h2>0.36.1 - <code>Sense::drag()</code> bugfix</h2> <!-- raw HTML omitted --> <p>egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.</p> <p>Try it now: <a href="https://www.egui.rs/">https://www.egui.rs/</a></p> <p>egui development is sponsored by <a href="https://www.rerun.io/">Rerun</a>, a startup building an SDK for visualizing streams of multimodal data.</p> <ul> <li>Fix <code>Sense::drag</code> detecting drags when clicking widget above it <a href="https://redirect.github.com/emilk/egui/pull/8396">#8396</a> by <a href="https://github.com/lucasmerlin"><code>@​lucasmerlin</code></a></li> </ul> <h2>0.36.0 - Improved mobile keyboard support</h2> <!-- raw HTML omitted --> <p>egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.</p> <p>Try it now: <a href="https://www.egui.rs/">https://www.egui.rs/</a></p> <p>egui development is sponsored by <a href="https://www.rerun.io/">Rerun</a>, a startup building an SDK for visualizing streams of multimodal data.</p> <h3>Highlights ✨</h3> <h4>Improved mobile keyboard support</h4> <p>Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!</p> <p><a href="https://github.com/user-attachments/assets/b0aa1084-0755-4e47-a0b3-0ce6890aca85">https://github.com/user-attachments/assets/b0aa1084-0755-4e47-a0b3-0ce6890aca85</a></p> <ul> <li>via <a href="https://redirect.github.com/emilk/egui/pull/8045">#8045</a> by <a href="https://github.com/umajho"><code>@​umajho</code></a> (and <a href="https://github.com/rustbasic"><code>@​rustbasic</code></a> who helped a lot with testing)</li> </ul> <h4>Drag to reopen panels</h4> <p>You can now reopen closed panels by dragging the handle:</p> <p><a href="https://github.com/user-attachments/assets/e02895c4-248e-4e22-9694-bdfcd9839bfd">https://github.com/user-attachments/assets/e02895c4-248e-4e22-9694-bdfcd9839bfd</a></p> <h4>Window decoration theme is now synced with app theme</h4> <p>Previously, when switching themes, the window chrome (OS titlebar), stayed in the OS theme. Now, it syncs with the app theme:</p> <p><a href="https://github.com/user-attachments/assets/6b393057-fdfc-431b-b997-744bc183a8ac">https://github.com/user-attachments/assets/6b393057-fdfc-431b-b997-744bc183a8ac</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/emilk/egui/blob/main/CHANGELOG.md">eframe's changelog</a>.</em></p> <blockquote> <h2>0.36.1 - 2026-08-07</h2> <ul> <li>Fix <code>Sense::drag</code> detecting drags when clicking widget above it <a href="https://redirect.github.com/emilk/egui/pull/8396">#8396</a> by <a href="https://github.com/lucasmerlin"><code>@​lucasmerlin</code></a></li> </ul> <h2>0.36.0 - 2026-08-05</h2> <h3>Highlights ✨</h3> <p>This release drastically improves the mobile keyboard experience (when using eframe web). It also adds drag-to-open panels, window chrome theme sync and a lot of small bug fixes and improvements!</p> <h4>Improved mobile keyboard support</h4> <p>Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!</p> <p><a href="https://github.com/user-attachments/assets/b0aa1084-0755-4e47-a0b3-0ce6890aca85">https://github.com/user-attachments/assets/b0aa1084-0755-4e47-a0b3-0ce6890aca85</a></p> <ul> <li>via <a href="https://redirect.github.com/emilk/egui/pull/8045">#8045</a> by <a href="https://github.com/umajho"><code>@​umajho</code></a> (and <a href="https://github.com/rustbasic"><code>@​rustbasic</code></a> who helped a lot with testing)</li> </ul> <h4>Drag to reopen panels</h4> <p>You can now reopen closed panels by dragging the handle:</p> <p><a href="https://github.com/user-attachments/assets/e02895c4-248e-4e22-9694-bdfcd9839bfd">https://github.com/user-attachments/assets/e02895c4-248e-4e22-9694-bdfcd9839bfd</a></p> <h4>Window decoration theme is now synced with app theme</h4> <p>Previously, when switching themes, the window chrome (OS titlebar) stayed in the OS theme. Now, it syncs with the app theme:</p> <p><a href="https://github.com/user-attachments/assets/6b393057-fdfc-431b-b997-744bc183a8ac">https://github.com/user-attachments/assets/6b393057-fdfc-431b-b997-744bc183a8ac</a></p> <h3>⭐ Added</h3> <ul> <li>Add <code>BoxedWidget</code>: dynamically dispatched widgets <a href="https://redirect.github.com/emilk/egui/pull/8378">#8378</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>WidgetText::size</code> <a href="https://redirect.github.com/emilk/egui/pull/8377">#8377</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>LayoutJob::clear</code> <a href="https://redirect.github.com/emilk/egui/pull/8376">#8376</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Sync window theme with egui theme <a href="https://redirect.github.com/emilk/egui/pull/8299">#8299</a> by <a href="https://github.com/lucasmerlin"><code>@​lucasmerlin</code></a></li> <li>Add <code>egui::Window::title_frame</code> <a href="https://redirect.github.com/emilk/egui/pull/8353">#8353</a> by <a href="https://github.com/Its-Just-Nans"><code>@​Its-Just-Nans</code></a></li> <li>Add <code>extra_text_line_spacing</code> to control vertical spacing between text lines <a href="https://redirect.github.com/emilk/egui/pull/8040">#8040</a> by <a href="https://github.com/rustbasic"><code>@​rustbasic</code></a></li> <li>Add drag-to-open for collapsible panels <a href="https://redirect.github.com/emilk/egui/pull/8363">#8363</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <h3>🔧 Changed</h3> <ul> <li>Rerun <code>sizing_pass</code> when reopening popup <a href="https://redirect.github.com/emilk/egui/pull/8315">#8315</a> by <a href="https://github.com/yay"><code>@​yay</code></a></li> <li>Update MSRV from 1.92 to 1.95 <a href="https://redirect.github.com/emilk/egui/pull/8348">#8348</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Treat a press that leaves a widget as a drag <a href="https://redirect.github.com/emilk/egui/pull/8365">#8365</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <h3>🔥 Removed</h3> <ul> <li>Remove <code>Modifiers</code> from <code>RawInput</code> and make it a <code>egui::Event</code> <a href="https://redirect.github.com/emilk/egui/pull/8336">#8336</a> by <a href="https://github.com/lucasmerlin"><code>@​lucasmerlin</code></a></li> <li>Remove <code>clip_rect_margin</code> <a href="https://redirect.github.com/emilk/egui/pull/8366">#8366</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emilk/egui/commit/4c1f2fae95475a40e524884ebb298bcb1714b08e"><code>4c1f2fa</code></a> Release 0.36.1 - Fix <code>Sense::drag</code> bug</li> <li><a href="https://github.com/emilk/egui/commit/42cd8211c38c787d64e3cb6a2da75e498b3ee4be"><code>42cd821</code></a> Fix <code>Sense::drag</code> detecting drags when clicking widget above it (<a href="https://redirect.github.com/emilk/egui/issues/8396">#8396</a>)</li> <li><a href="https://github.com/emilk/egui/commit/2397194d5e494b55322d0153a312d1e79936c92e"><code>2397194</code></a> Release 0.36.0 - Improved mobile keyboard support (<a href="https://redirect.github.com/emilk/egui/issues/8390">#8390</a>)</li> <li><a href="https://github.com/emilk/egui/commit/e37d44ad8a61ace5c8462e20e826bf254f42fc3e"><code>e37d44a</code></a> Never run an egui pass when nothing will be shown (<a href="https://redirect.github.com/emilk/egui/issues/8387">#8387</a>)</li> <li><a href="https://github.com/emilk/egui/commit/90e03028f7c298ff854a34c7e8c0c8c022bdeacf"><code>90e0302</code></a> Fix a few nightly clippy lints (<a href="https://redirect.github.com/emilk/egui/issues/8388">#8388</a>)</li> <li><a href="https://github.com/emilk/egui/commit/5347b0a4ac89c1ff8d59019f40e83652867d7392"><code>5347b0a</code></a> Fix window with a <code>Grid</code> being widenable but not shrinkable again (<a href="https://redirect.github.com/emilk/egui/issues/8386">#8386</a>)</li> <li><a href="https://github.com/emilk/egui/commit/622bbbeccc0b8c72fe796b23b6efea757354a8d4"><code>622bbbe</code></a> Add drag-to-open for collapsible panels (<a href="https://redirect.github.com/emilk/egui/issues/8363">#8363</a>)</li> <li><a href="https://github.com/emilk/egui/commit/98eab505778e1d474ec5d8a727f16a2ee9e6cfb9"><code>98eab50</code></a> Treat a press that leaves a widget as a drag (<a href="https://redirect.github.com/emilk/egui/issues/8365">#8365</a>)</li> <li><a href="https://github.com/emilk/egui/commit/78c0e39d1d7ced1a0d91671a51e398b5338f63a7"><code>78c0e39</code></a> Fix ScrollArea failure by handling horizontal and vertical scrolling separate...</li> <li><a href="https://github.com/emilk/egui/commit/5c0b690dab5023139957c144fe282db4c6e9713e"><code>5c0b690</code></a> Add <code>extra_text_line_spacing</code> to control vertical spacing between text lines ...</li> <li>Additional commits viewable in <a href="https://github.com/emilk/egui/compare/0.31.1...0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eframe&package-manager=cargo&previous-version=0.31.1&new-version=0.36.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/cargo/hermes-pair/eframe-0.36.1:dependabot/cargo/hermes-pair/eframe-0.36.1
git checkout dependabot/cargo/hermes-pair/eframe-0.36.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/cargo/hermes-pair/eframe-0.36.1
git checkout dependabot/cargo/hermes-pair/eframe-0.36.1
git rebase main
git checkout main
git merge --ff-only dependabot/cargo/hermes-pair/eframe-0.36.1
git checkout dependabot/cargo/hermes-pair/eframe-0.36.1
git rebase main
git checkout main
git merge --no-ff dependabot/cargo/hermes-pair/eframe-0.36.1
git checkout main
git merge --squash dependabot/cargo/hermes-pair/eframe-0.36.1
git checkout main
git merge --ff-only dependabot/cargo/hermes-pair/eframe-0.36.1
git checkout main
git merge dependabot/cargo/hermes-pair/eframe-0.36.1
git push origin main
Sign in to join this conversation.
No description provided.