It seems like on Windows there's a chance for winit to panicking when a RedrawRequested event couldn't be sent without buffering.
The relevant code that is panicking is here:
This condition has been hit by an Alacritty user:
Thanks for the report! #1496 removes this panic so this shouldn't be an issue once that gets merged.
Most helpful comment
Thanks for the report! #1496 removes this panic so this shouldn't be an issue once that gets merged.