bevy_ui_builders/label/
mod.rs

1//! Label module - Gateway only
2
3// Private submodules - no implementation here!
4mod builder;
5mod types;
6
7// Public exports only
8pub use builder::{LabelBuilder, label};
9pub use types::{Label, LabelStyle};