scion 0.6.0

Game making library on top of wgpu, winit, legion
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod audio_controller;
pub mod components;
pub(crate) mod event_handler;
pub mod legion_ext;
pub mod package;
pub mod resources;
pub mod scene;
pub mod state;
pub mod systems;