syrillian_render 0.7.1

Renderer of the Syrillian Game Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod frame;
pub mod image;
pub mod layout;
pub mod line;
pub mod renderer;
pub mod spacing;
mod style;
pub mod text;
pub mod ui_element;

pub use frame::*;
pub use image::*;
pub use layout::*;
pub use line::*;
pub use renderer::*;
pub use spacing::*;
pub use text::*;