//! UI utilities
//!
//! UI utilities used by various crates. Require the `egui` feature to be enabled.
pub use *;
/// An [`egui::ComboBox`] for selecting a [`crate::Unit`] out of the provided list.
///
/// Returns `true` if the unit was changed.
///
/// See [`crate::UNITS`] and [`crate::SMALL_UNITS`] for a list of all available [`crate::Unit`].