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 render;
mod font;
pub use font::*;