// src/hud/mod.rs
//
// On-screen HUD overlays. Internal systems (not declarable assets): each is
// constructed by `World::start` when the world declares its matching request
// component (`FpsCounter` / `StatHud` / `DebugHud` / `LoadingOverlay`), and
// drives the referenced UI elements each frame.
pub
pub
pub
pub