rnp 0.1.146

A simple layer 4 ping tool for cloud.
Documentation
1
2
3
4
5
6
7
8
9
extern crate winres;

fn main() {
    if cfg!(target_os = "windows") {
        let mut res = winres::WindowsResource::new();
        res.set_icon("assets/icon-256.ico");
        res.compile().unwrap();
    }
}