simengine 0.2.5

A plugin-based simulation engine runtime and plugin API
Documentation
1
2
3
4
5
6
7
8
fn main() {
    #[cfg(target_os = "windows")]
    {
        let mut res = winresource::WindowsResource::new();
        res.set_icon("icon.ico");
        res.compile().unwrap();
    }
}