fix(deps): update rust crate egui29 to 0.30 #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.29
->0.30
Release Notes
emilk/egui (egui29)
v0.30.0
Compare Source
✨ Highlights
Modal
, a popup that blocks input to the rest of the application (#5358 by @lucasmerlin)egui_kittest
This release welcomes a new crate to the family: egui_kittest.
egui_kittest
is a testing framework for egui, allowing you to test both automation (simulated clicks and other events),and also do screenshot testing (useful for regression tests).
egui_kittest
is built usingkittest
, which is a general GUI testing framework that aims to work with any Rust GUI (not just egui!).kittest
uses the accessibility libraryAccessKit
for automatation and to query the widget tree.kittest
andegui_kittest
are written by @lucasmerlin.Here's a quick example of how to use
egui_kittest
to test a checkbox:⭐ Added
Modal
andMemory::set_modal_layer
#5358 by @lucasmerlinUiBuilder::layer_id
and removelayer_id
fromUi::new
#5195 by @emilkTextEdit
#5203 by @bircniResponse::intrinsic_size
forTextEdit
#5266 by @lucasmerlinMultiTouchInfo
#5247 by @lucasmerlinContext::add_font
#5228 by @frederik-uniBox<str>
forWidgetText
,RichText
#5309 by @dimtpapWindow::scroll_bar_visibility
#5231 by @ZeenobitComboBox::close_behavior
#5305 by @avalschpainter.line()
#5291 by @bircniButton::image_tint_follows_text_color
#5430 by @emilkContext::layer_transform_to_global
&layer_transform_from_global
#5465 by @emilk🔧 Changed
Arc
to reduce memory consumption #5276 by @StarStarJegui::util::cache
toegui::cache
; addFramePublisher
#5426 by @emilkOrder::PanelResizeLine
#5455 by @emilkprofiling
crate to support more profiler backends #5150 by @teddemunnik🐛 Fixed
ScrollArea
drag velocity when drag stopped #5175 by @valadaptiveViewportCommand::Visible
#5244 by @rustbasicUi::new_child
does not consider thesizing_pass
field ofUiBuilder
#5262 by @zhatuokunWindow::default_pos
does not work #5315 by @rustbasicSides
did not apply the layout position correctly #5303 by @zhatuokunStyle::override_font_id
inRichText
#5310 by @MStarhaTextEdit
inside aScrollArea
#3660 by @juancampaon_hover_text_at_pointer
for transformed layers #5429 by @emilkArea
outside itsconstrain_rect
#5459 by @MScottMcBeeui.new_child
should now respectdisabled
#5483 by @emilkConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.