roomor 0.4.8

Minimalistic offline chat over local network.
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(windows)]
extern crate windows_exe_info;

#[cfg(windows)]
fn main() {
    windows_exe_info::icon::icon_ico(std::path::Path::new("icon/roomor.ico"));
}

#[cfg(not(windows))]
fn main() {}