//! Render configuration for the engine.
//!
//! Defines screen dimensions and other renderer settings that can be
//! customized per-game. Each game must provide its own dimensions —
//! there is no default resolution.
/// Configuration for the rendering pipeline.
///
/// Stores screen dimensions and any other renderer-level settings.
/// Each game must construct this with its own resolution via
/// [`RenderConfig::new`].