nightshade 0.13.0

A cross-platform data-oriented game engine.
Documentation
1
2
3
4
5
6
7
pub mod text;
pub mod text_properties;

pub use self::text::{
    Text, TextCharacterBackgroundColors, TextCharacterColors, TextMesh, TextVertex,
};
pub use self::text_properties::*;