diff options
| author | pml68 <contact@pml68.dev> | 2024-12-11 22:45:36 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-11 22:45:36 +0100 |
| commit | ae6667fd71aa6713a40dcd0cdfb676b698d6eae5 (patch) | |
| tree | 7a229c9643505b170d52ce4ad094f1e3df331e28 /iced_builder/src/icon.rs | |
| parent | feat: switch to `hecrj/iced_fontello` for icon font management (diff) | |
| download | iced-builder-ae6667fd71aa6713a40dcd0cdfb676b698d6eae5.tar.gz | |
feat: remove `indexmap` in favor of BTreeMap
Diffstat (limited to 'iced_builder/src/icon.rs')
| -rw-r--r-- | iced_builder/src/icon.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
