From 4febea34098f021c78597882def2deeab5451f3f Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 13 May 2025 00:02:29 +0200 Subject: chore: update `iced` --- src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.rs') diff --git a/src/options.rs b/src/options.rs index 931182a..2dc25d7 100644 --- a/src/options.rs +++ b/src/options.rs @@ -258,7 +258,7 @@ impl ApplyOptions for Row<'_, Message> { } } -impl ApplyOptions for Image<'_, Handle> { +impl ApplyOptions for Image { fn apply_options(self, options: BTreeMap>) -> Self { let mut image = self; -- cgit v1.2.3