iced_comet 0.14.0

Your favorite tool for inspecting and debugging iced applications. Built with iced!
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");
}