chore(deps): update rust crate iced to 0.13.0 #108
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.12.1
->0.13.0
Release Notes
iced-rs/iced (iced)
v0.13.1
Compare Source
Added
From
trait implementations fortext_input::Id
. #2582Executor
support forApplication
andDaemon
. #2580rust-version
metadata toCargo.toml
. #2579Fixed
scrollable
. #2583scrollable
transactions whenon_scroll
is not set. #2584text_editor
widget. #2586Many thanks to...
v0.13.0
Compare Source
Added
Program
API. #2331Task
API. #2463Daemon
API and Shell Runtime Unification. #2469rich_text
andmarkdown
widgets. #2508stack
widget. #2405hover
widget. #2408row::Wrapping
widget. #2539text
macro helper. #2338text::Wrapping
support. #2279rich_text
widget. #2516rich_text
. #2526rich_text
. #2528Task
. #2496abort_on_drop
totask::Handle
. #2503Ferra
theme. #2329auto-detect-theme
feature. #2343text_editor
. #2522align_x
fortext_input
widget. #2535center
widget helper. #2423image
andsvg
widgets. #2334opacity
support forimage
andsvg
. #2424scrollable
widget. #2401physical_key
andmodified_key
tokeyboard::Event
. #2576fetch_position
command inwindow
module. #2280filter_method
property forimage::Viewer
widget. #2324wgpu
composite mode. #2341text_size
andline_height
properties fortext_editor
widget. #2358is_focused
method fortext_editor::State
. #2386canvas::Cache
Grouping. #2415ICED_PRESENT_MODE
env var to pick awgpu::PresentMode
. #2428SpecificWith
variant towindow::Position
. #2435scale_factor
field towindow::Screenshot
. #2449overlay::Menu
ofpick_list
widget. #2457window::Id
inEvent
subscriptions. #2456FromIterator
implementation forrow
andcolumn
. #2460content_fit
forimage::viewer
widget. #2330Display
implementation forRadians
. #2446window::Settings
inApplication
. #2470Copy
implementation forcanvas::Fill
andcanvas::Stroke
. #2475Border
alignment forQuad
. #2485Ctrl+A
totext_editor
. #2321stream::try_channel
helper. #2497iced
widget helper to display the iced logo ☄️. #2498align_x
andalign_y
helpers toscrollable
. #2499Palette
color. #2500Scrollbar
support forscrollable
. #2269on_press_with
method forbutton
. #2502resize_events
subscription towindow
module. #2505Link
support torich_text
widget. #2512image
andsvg
support forcanvas
widget. #2537Compact
variant forpane_grid::Controls
. #2555image-without-codecs
feature flag. #2244container::background
styling helper. #2261undecorated_shadow
window setting for Windows. #2285*_maybe
helpers fortext_input
widget. #2390download_progress
example. #2419scrollable::scroll_by
widget operation. #2436slider
widget styling. #2444on_scroll
handler tomouse_area
widget. #2450stroke_rectangle
method tocanvas::Frame
. #2473override_redirect
setting for X11 windows. #2476toggler
widget. #2478Color::parse
helper for parsing color strings. #2486rounded_rectangle
method tocanvas::Path
. #2491width
method totext_editor
widget. #2513on_open
handler tocombo_box
widget. #2534mouse::Interaction
cursors. #2551slider
widget. #2565Changed
StagingBelt
iniced_wgpu
for regular buffer uploads. #2357Content
inText
to avoid reallocation infill_text
. #2360Iterator::size_hint
to initializeColumn
andRow
capacity. #2362widget::text
helper. #2363[lints]
table inCargo.toml
. #2377#iced
container by default on Wasm. #2342iced_wgpu
andiced_tiny_skia
. #2382Cache
eviction strategy less aggressive iniced_wgpu
. #2403iced_wgpu
as long asRc
values are alive. #2409bytes
crate forimage
widget. #2356winit
to0.30
. #2427glyphon::Pipeline
state iniced_wgpu
. #2430Length
incenter_*
methods. #2441Task
constructors. #2492Subscription
internals. #2493view
ergonomics. #2504cosmic-text
andresvg
. #2416Quad
lines to the pixel grid iniced_wgpu
. #2531web-sys
to0.3.69
. #2507TextInput
to still be interacted with. #2262srollable
widget. #2392mouse::Button
tomouse::Click
. #2414scrollable::Viewport
changes. #2438Component
state management. #2556Fixed
block_on
iniced_wgpu
hanging Wasm builds. #2313PaneGrid
style fields. #2316scrollable
under some circumstances. #2322wgpu
examples link in issue template. #2327wgpu
draw calls inimage
pipeline. #2344Responsive
widget. #2345combo_box
. #2364TextInput
. #2366pkg-config
typo inDEPENDENCIES.md
. #2379iced_winit::Proxy
. #2389icon::Error
message. #2393scrollable
. #2406text_editor
. #2407derive(Default)
in overview code snippet. #2412image::Viewer
triggering grab from outside the widget. #2420image::Cache
. #2425iced_wgpu
. #2440clock
example under Unix systems. #2421⌘ + ←
and⌘ + →
behavior fortext_input
on macOS. #2315DEPENDENCIES.md
. #2465scrollable
module. #2488hover
widget hiding when focused. #2544text_editor
widget. #2536lazy
feature flag sometimes not present in documentation. #2289progress_bar
widget being rendered below the active bar. #2443radii
typo iniced_wgpu
shader. #2484Binding::Delete
intext_editor
. #2514multitouch
example. #2517svg
widget. #2560wasm32
deployments not displaying anything. #2574Removed
download_progress
example. #2380custom_widget
example. #2549Clone
bound forgraphics::Cache::clear
. #2575Many thanks to...
Configuration
📅 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.