bevy_ui_bits 0.14.0

A tiny and opinionated collection of UI components for Bevy
Documentation
1
2
3
4
5
6
7
8
9
mod dynamic;
mod embossed;
mod simple;
mod ui_text;

pub use dynamic::{DynamicTextBuilder, DynamicTextData};
pub use embossed::EmbossedText;
pub use simple::SimpleText;
pub use ui_text::*;