diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-03-27 11:08:29 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-03-27 11:08:29 +0100 |
| commit | 6935709c150bf166e25ef24ee570b4a8a5b6e1b5 (patch) | |
| tree | 490d99640582853bcef68065cfe87fc32ec1b9db /src/icon.rs | |
| parent | ci: update zig and cargo-zigbuild versions (diff) | |
| download | iced-builder-6935709c150bf166e25ef24ee570b4a8a5b6e1b5.tar.gz | |
chore: necessary updates for iced-rs/iced@6690731
Diffstat (limited to 'src/icon.rs')
| -rw-r--r-- | src/icon.rs | 2 |
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")) } |
