-
Hey, EDIT: I apologize, I've completely forgotten to mention, I'm using winit 0.29.15 as I'm unable to compile with 0.30.5 (getting platform unsupported error for some reason), it's the newest version I was able to compile with. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
Then I'd suggest to fix the
X11
impl inside the winit.You should draw something transparent, though, softbuffer won't do it.
You need
ext_layer_shell
on Wayland for that which winit is not supporting. Th…