bevy_mod_bbcode 0.3.0

Use BBCode-formatted text inside of Bevy.
Documentation
1
2
3
4
5
mod plugin;
mod registry;

pub use plugin::FontPlugin;
pub use registry::FontRegistry;