snora 0.4.0

iced engine for the Snora GUI framework. Consumes snora-core vocabulary.
Documentation
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;