bevy/crates/bevy_text/src/lib.rs

5 lines
40 B
Rust
Raw Normal View History

2020-05-13 20:09:32 +00:00
mod font;
2020-05-14 01:05:18 +00:00
mod render;
2020-05-13 20:09:32 +00:00
pub use font::*;