`dais-ui` contains the egui-based interface for Dais.
It provides the presenter console, audience display, input handling, display
mode selection, slide grouping editor, and reusable widgets used by the `dais`
application.
This crate is primarily an internal UI layer. Most users should install and run
the `dais` binary crate instead of depending on `dais-ui` directly.