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/build.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iced_builder/build.rs') diff --git a/iced_builder/build.rs b/iced_builder/build.rs index 75261f8..54edc54 100644 --- a/iced_builder/build.rs +++ b/iced_builder/build.rs @@ -1,4 +1,6 @@ fn main() { + println!("cargo::rerun-if-changed=fonts/icons.toml"); + iced_fontello::build("fonts/icons.toml").expect("Build icons font"); #[cfg(windows)] { embed_resource::compile("assets/windows/iced_builder.rc", embed_resource::NONE); -- cgit v1.2.3