Description
I'm trying to run an application that uses winit. When I launch it it crashes on the following line :
let event_loop = EventLoop::new().unwrap();
I then made a dummy Rust package with only this line and sure enough I have the same crash.
OS and window mananger
I am on Nixos and using Plasma 5.
Winit version
0.29.15