wayray/crates/wrclient
Till Wegmueller fa6bb53142 Fix pixel format: pass ARGB8888 directly as BGRA8
On little-endian x86, ARGB8888 bytes in memory are [B,G,R,A] which
matches wgpu's Bgra8Unorm layout. No byte swapping needed.
2026-04-07 18:11:47 +02:00
..
src Fix pixel format: pass ARGB8888 directly as BGRA8 2026-04-07 18:11:47 +02:00
Cargo.toml Add missing display.rs and wrclient display dependencies 2026-04-07 17:51:40 +02:00