From 6935709c150bf166e25ef24ee570b4a8a5b6e1b5 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Fri, 27 Mar 2026 11:08:29 +0100 Subject: chore: necessary updates for iced-rs/iced@6690731 --- src/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/icon.rs') diff --git a/src/icon.rs b/src/icon.rs index e51ab90..2bcafcb 100644 --- a/src/icon.rs +++ b/src/icon.rs @@ -28,5 +28,5 @@ where Theme: text::Catalog + 'a, Renderer: TextRenderer { - text(codepoint).font(Font::with_name("icons")) + text(codepoint).font(Font::new("icons")) } -- cgit v1.2.3