1 2 3 4 5
//! Internal renderers for modal overlays. Not part of the public API — //! the engine ([`crate::render`]) calls into these. pub(crate) mod bottom_sheet; pub(crate) mod dialog;