From 9b23b535e256840717d8b6476bfdc41d2a51e580 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 8 Dec 2024 00:15:12 +0100 Subject: feat: switch to `hecrj/iced_fontello` for icon font management --- iced_builder/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'iced_builder/src/lib.rs') diff --git a/iced_builder/src/lib.rs b/iced_builder/src/lib.rs index a98a379..48a2728 100644 --- a/iced_builder/src/lib.rs +++ b/iced_builder/src/lib.rs @@ -1,5 +1,6 @@ pub mod dialogs; pub mod error; +pub mod icon; pub mod types; pub mod views; -- cgit v1.2.3