Desktop backend for uzor using winit
This crate provides the desktop platform implementation for uzor, supporting Windows, macOS, and Linux.
Rendering is intentionally out of scope — consumers bring their own
backend (vello, wgpu-instanced, tiny-skia, …) and receive a raw
Arc<winit::window::Window> via the event callback.