| Crates.io | win-task-dialog |
| lib.rs | win-task-dialog |
| version | 1.0.0 |
| created_at | 2021-02-23 14:08:15.875961+00 |
| updated_at | 2025-07-31 12:52:45.271973+00 |
| description | Simply call the Win32 API TaskDialogIndirect in Rust. |
| homepage | https://github.com/RobinCodeX/win-task-dialog-for-rust |
| repository | https://github.com/RobinCodeX/win-task-dialog-for-rust |
| max_upload_size | |
| id | 359507 |
| size | 29,984 |
Simply call the Win32 API TaskDialogIndirect in Rust.
Can be safely call on not windows platforms, but it has no effect.
[dependencies]
win-task-dialog = "0.1.7"
[build-dependencies]
embed-resource = "2.1"
NOTE: You must be Enabling Visual Styles and using embed-resource to change manifest.
I used a very unsafe way to implement these functions and I didn't have a good way to solve this problem.
