native-windows-gui 1.0.1

A very light and simple rust GUI library
Documentation
1
2
3
4
5
6
extern crate build;
fn main() {
    if cfg!(feature = "file-dialog") {
        build::link("shell32", true);
    }
}