Update Rust crate eframe to 0.32.2 #292
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/eframe-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.32.1->0.32.2Release Notes
emilk/egui (eframe)
v0.32.2: - Ui::place, Harness::mask and more bug fixesCompare Source
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.
Add
Ui::placeUi::placeis similar toUi::put, but it doesn't update the currentUis cursor. This is very useful when using the newAtoms or making badge-like widgets.The following breaks with
Ui::putbut works just fine withUi::place:Add
Harness::maskHarness::maskallows for simple masking ofRects you don't want to be visible in snapshot test images. The rect will be masked with a ugly color to make it obvious whats going on:egui
Ui::place, to place widgets without changing the cursor #7359 by @lucasmerlinSubMenushould not display when ui is disabled #7428 by @ozwaldorfegui_extras
forget_imageis called while loading #7380 by @VanadiaeImageLoader,FileLoader,EhttpLoader#7494 by @lucasmerlinegui_kittest
epaint
Unsorted commits
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.
This PR has been generated by Renovate Bot.