7 lines
216 B
Rust
7 lines
216 B
Rust
#![allow(missing_docs)]
|
|
fn main() {
|
|
// println!("cargo::rerun-if-changed=fonts/iced_devtools-icons.toml");
|
|
|
|
// iced_fontello::build("fonts/iced_devtools-icons.toml")
|
|
// .expect("Build icons font");
|
|
}
|