Closed MrTanoshii closed 2 years ago
See https://github.com/emilk/egui/issues/2004
The issue seems to come from eframe and/or winit crates
eframe
winit
Problem is with winit and Wayland
Solution is to use x11
export WINIT_UNIX_BACKEND=x11 ./launch_your_app
See https://github.com/emilk/egui/issues/2004
The issue seems to come from
eframe
and/orwinit
crates