Expand description
Renderer abstraction: vello_hybrid (vendored, with the damage-rects PR) behind a narrow trait.
Boundary rules (CLAUDE.md): this is the only crate that may depend on
Vello/wgpu types; nothing renderer-specific may leak out. The trait
contract is consume-hints, “backend leaves the target containing the
result” — see design/002-rendering-harness.md. Forma must remain a
plausible drop-in behind this boundary, unmodified.
Re-exports§
pub use shapeland_damage as damage;