Avery Andrews
Avery Andrews
Is there any idea on how this could be implemented? I was thinking it might be possible to use a pseudo terminal crate like portable-pty, turn it into a Document...
I have this same issue, I'm running wayland on NVIDIA. It only takes this to reproduce: ```rust use bevy::prelude::*; fn main() { App::new().add_plugins(DefaultPlugins).run(); } ``` ``` 2023-03-07T17:43:54.938639Z INFO bevy_winit::system: Creating...
I tested on an x11 session and there wasn't an issue. I put it here because the log looked a lot similar but looking again I can see it was...