scion 0.6.0

Game making library on top of wgpu, winit, legion
Documentation
1
2
3
4
5
//! Utilities provided by `Scion` to help to do some basic stuff.
pub(crate) mod debug_ecs;
pub mod file;
pub mod logger;
pub mod maths;