//! A Ratatui backend that renders through Parley and Vello.
//!
//! `ParleyBackend` records Ratatui's cell updates in memory. `TerminalRenderer`
//! turns that buffer into a Vello scene and can render the scene into any
//! compatible `wgpu::Texture`.
pub use ParleyBackend;
pub use ;
pub use ;
pub use ;
pub use ratatui;
pub use vello;