dba855e446
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
llimphi-hal
Surface abstraction of llimphi. Multi-platform.
Surface trait that abstracts window/framebuffer/canvas. Implementations: winit (Linux/macOS/Windows desktop), android (NDK), wawa (kernel framebuffer). The rest of the llimphi stack talks to Surface; moving Wayland → Wawa is swapping the HAL, not the scene tree.
Deps
winit,raw-window-handleserde,wgpu(re-export so widgets can paint_with)