//! Render engine module providing native and embedded rendering backends.
//!
//! This module contains the engine trait contract (`EngineTrait`) and concrete
//! implementations for both native desktop rendering and embedded (lightweight)
//! rendering with independent lifecycle management.
/// Embedded runtime state, task queue, and shared engine internals.
/// Embedded render engine with independent lifecycle and resource registry.
/// Render engine trait — unified contract for native and embedded engines.
/// Native desktop render engine backed by platform adapters.
// Re-exports
pub use *;
pub use *;
pub use *;
pub use *;