summaryrefslogtreecommitdiff
path: root/src/icon.rs
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-27 11:08:29 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-27 11:08:29 +0100
commit6935709c150bf166e25ef24ee570b4a8a5b6e1b5 (patch)
tree490d99640582853bcef68065cfe87fc32ec1b9db /src/icon.rs
parentci: update zig and cargo-zigbuild versions (diff)
downloadiced-builder-6935709c150bf166e25ef24ee570b4a8a5b6e1b5.tar.gz
chore: necessary updates for iced-rs/iced@6690731
Diffstat (limited to 'src/icon.rs')
-rw-r--r--src/icon.rs2
1 files changed, 1 insertions, 1 deletions
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<Font = Font>
{
- text(codepoint).font(Font::with_name("icons"))
+ text(codepoint).font(Font::new("icons"))
}