Update Rust crate eframe to 0.32.0 #261

Merged
renovate merged 1 commits from renovate/eframe-0.x into master 2025-07-20 00:17:58 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
eframe (source) dependencies minor 0.31.1 -> 0.32.0

Release Notes

emilk/egui (eframe)

v0.32.0

Compare Source

Added
🔧 Changed
🐛 Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eframe](https://github.com/emilk/egui/tree/main/crates/eframe) ([source](https://github.com/emilk/egui/tree/HEAD/crates/eframe)) | dependencies | minor | `0.31.1` -> `0.32.0` | --- ### Release Notes <details> <summary>emilk/egui (eframe)</summary> ### [`v0.32.0`](https://github.com/emilk/egui/blob/HEAD/crates/eframe/CHANGELOG.md#0320---2025-07-10) [Compare Source](https://github.com/emilk/egui/compare/0.31.1...0.32.0) ##### ⭐ Added - Add pointer events and focus handling for apps run in a Shadow DOM [#&#8203;5627](https://github.com/emilk/egui/pull/5627) by [@&#8203;xxvvii](https://github.com/xxvvii) - MacOS: Add `movable_by_window_background` option to viewport [#&#8203;5412](https://github.com/emilk/egui/pull/5412) by [@&#8203;jim-ec](https://github.com/jim-ec) - Add macOS-specific `has_shadow` and `with_has_shadow` to ViewportBuilder [#&#8203;6850](https://github.com/emilk/egui/pull/6850) by [@&#8203;gaelanmcmillan](https://github.com/gaelanmcmillan) - Add external eventloop support [#&#8203;6750](https://github.com/emilk/egui/pull/6750) by [@&#8203;wpbrown](https://github.com/wpbrown) ##### 🔧 Changed - Update MSRV to 1.85 [#&#8203;7279](https://github.com/emilk/egui/pull/7279) by [@&#8203;emilk](https://github.com/emilk) - Use Rust edition 2024 [#&#8203;7280](https://github.com/emilk/egui/pull/7280) by [@&#8203;emilk](https://github.com/emilk) - Rename `should_propagate_event` and add `should_prevent_default` [#&#8203;5779](https://github.com/emilk/egui/pull/5779) by [@&#8203;th0rex](https://github.com/th0rex) - Clarify platform-specific details for `Viewport` positioning [#&#8203;5715](https://github.com/emilk/egui/pull/5715) by [@&#8203;aspiringLich](https://github.com/aspiringLich) - Enhance stability on Windows [#&#8203;5723](https://github.com/emilk/egui/pull/5723) by [@&#8203;rustbasic](https://github.com/rustbasic) - Set `web-sys` min version to `0.3.73` [#&#8203;5862](https://github.com/emilk/egui/pull/5862) by [@&#8203;wareya](https://github.com/wareya) - Bump `ron` to `0.10.1` [#&#8203;6861](https://github.com/emilk/egui/pull/6861) by [@&#8203;torokati44](https://github.com/torokati44) - Disallow `accesskit` on Android NativeActivity, making `hello_android` working again [#&#8203;6855](https://github.com/emilk/egui/pull/6855) by [@&#8203;podusowski](https://github.com/podusowski) - Respect and detect `prefers-color-scheme: no-preference` [#&#8203;7293](https://github.com/emilk/egui/pull/7293) by [@&#8203;emilk](https://github.com/emilk) ##### 🐛 Fixed - Mark all keys as up if the app loses focus [#&#8203;5743](https://github.com/emilk/egui/pull/5743) by [@&#8203;emilk](https://github.com/emilk) - Fix text input on Android [#&#8203;5759](https://github.com/emilk/egui/pull/5759) by [@&#8203;StratusFearMe21](https://github.com/StratusFearMe21) - Fix text distortion on mobile devices/browsers with `glow` backend [#&#8203;6893](https://github.com/emilk/egui/pull/6893) by [@&#8203;wareya](https://github.com/wareya) - Workaround libpng crash on macOS by not creating `NSImage` from png data [#&#8203;7252](https://github.com/emilk/egui/pull/7252) by [@&#8203;Wumpf](https://github.com/Wumpf) - Fix incorrect window sizes for non-resizable windows on Wayland [#&#8203;7103](https://github.com/emilk/egui/pull/7103) by [@&#8203;GoldsteinE](https://github.com/GoldsteinE) - Web: only consume copy/cut events if the canvas has focus [#&#8203;7270](https://github.com/emilk/egui/pull/7270) by [@&#8203;emilk](https://github.com/emilk) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-07-20 00:17:56 +00:00
Update Rust crate eframe to 0.32.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2b96e2a294
renovate scheduled this pull request to auto merge when all checks succeed 2025-07-20 00:17:56 +00:00
renovate merged commit 2a9bc65f54 into master 2025-07-20 00:17:58 +00:00
renovate deleted branch renovate/eframe-0.x 2025-07-20 00:17:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SolarEnergy#261
No description provided.