summaryrefslogtreecommitdiff
path: root/iced_builder/build.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-12-08 00:15:12 +0100
committerpml68 <contact@pml68.me>2024-12-08 00:15:12 +0100
commit9b23b535e256840717d8b6476bfdc41d2a51e580 (patch)
tree0b0b004124a5b884cc92f01a9f5c57fbb39235d7 /iced_builder/build.rs
parentfeat: animated theme switching with `iced_anim` crate (diff)
downloadiced-builder-9b23b535e256840717d8b6476bfdc41d2a51e580.tar.gz
feat: switch to `hecrj/iced_fontello` for icon font management
Diffstat (limited to 'iced_builder/build.rs')
-rw-r--r--iced_builder/build.rs2
1 files changed, 2 insertions, 0 deletions
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);