win-task-dialog 0.1.8

Simply call the Win32 API TaskDialogIndirect in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"folders": [
        {
            "name": "Example",
            "path": "example"
        },
        {
            "path": "."
        },
    ],
    "settings": {
        "files.exclude": {
            "/example": true,
        }
    }
}