wayray/crates/wrclient
Till Wegmueller b805f9f6c8 Fix typing lag: use ControlFlow::Poll for continuous frame updates
The winit event loop defaulted to Wait mode, only processing frames
when user input arrived. Switch to Poll so the loop continuously
checks for new frames from the network thread.
2026-04-07 19:44:39 +02:00
..
src Fix typing lag: use ControlFlow::Poll for continuous frame updates 2026-04-07 19:44:39 +02:00
Cargo.toml Add missing display.rs and wrclient display dependencies 2026-04-07 17:51:40 +02:00