Jan Ruzicka

Results 2 comments of Jan Ruzicka

If you'd like to compare my working setup to yours, I made the [os_template](https://github.com/ruza-net/os_template) crate. It works with `rust-analyzer` on VSCodium, so I suppose it should work with VSCode as...

I tried adding some missing match arms to [src/event_loop.rs](https://github.com/audulus/rui/blob/main/src/event_loop.rs#L346) - e.g. `VirtualKeyCode::Caret` - but it didn't have any effect. Maybe `winit` and `wgpu` need a version bump? That would require...