From ae6667fd71aa6713a40dcd0cdfb676b698d6eae5 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 11 Dec 2024 22:45:36 +0100 Subject: feat: remove `indexmap` in favor of BTreeMap --- iced_builder/src/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iced_builder/src/icon.rs') diff --git a/iced_builder/src/icon.rs b/iced_builder/src/icon.rs index 334f820..f6760d5 100644 --- a/iced_builder/src/icon.rs +++ b/iced_builder/src/icon.rs @@ -1,5 +1,5 @@ // Generated automatically by iced_fontello at build time. -// Do not edit manually. +// Do not edit manually. Source: ../fonts/icons.toml // 02c7558d187cdc056fdd0e6a638ef805fa10f5955f834575e51d75acd35bc70e use iced::widget::{text, Text}; use iced::Font; -- cgit v1.2.3