iced/examples/markdown/build.rs
2025-02-04 20:58:06 +01:00

5 lines
185 B
Rust

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