meshchat 0.1.4

A cross platform Iced Gui application for chatting on the Meshtastic LoRa MESH via connected Bluetooth LE radios
1
2
3
4
pub fn main() {
    println!("cargo::rerun-if-changed=assets/fonts/icons.toml");
    iced_fontello::build("assets/fonts/icons.toml").expect("Build icons font");
}