scion 0.6.0

Game making library on top of wgpu, winit, legion
Documentation
1
2
3
4
5
6
pub mod font;
pub mod ui_image;
pub mod ui_text;

/// A component added by systems to each ui component's entity.
pub(crate) struct UiComponent;