deucalion 1.0.0

High-performance Windows library for capturing decoded FFXIV packets.
1
2
3
4
5
6
fn main() {
    if cfg!(target_os = "windows") {
        let res = winres::WindowsResource::new();
        res.compile().unwrap();
    }
}