A Plugin that defines an interface for extended windowing support in Bevy.
You can initialize window icon here.
Adds barely exposed things to bevy like setting window icons, taskbar progress, or other winit/winsafe options.
Sets the type and state of the progress indicator displayed on a taskbar button.
Note that a call to SetProgressValue should switch a progress indicator
currently in an indeterminate mode (TBPF_INDETERMINATE) to a normal (determinate) display
and clear the TBPF_INDETERMINATE flag, but is overwritten with state change, so it needs manual change.