1 2 3 4
pub fn main() { println!("cargo::rerun-if-changed=fonts/comet-icons.toml"); iced_fontello::build("fonts/comet-icons.toml").expect("Build icons font"); }