wayray/crates
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
..
wayray-protocol Add XOR diff + zstd frame encoding in wayray-protocol 2026-04-07 15:42:54 +02:00
wradm Set up Cargo workspace with four crates 2026-04-04 18:16:53 +02:00
wrclient Fix typing lag: use ControlFlow::Poll for continuous frame updates 2026-04-07 19:44:39 +02:00
wrsrvd Fix keycode mapping, client disconnect, and server shutdown 2026-04-07 19:37:41 +02:00