scion 0.7.0

Game making library on top of wgpu, winit, hecs
Documentation
1
2
3
4
5
6
7
use std::collections::HashMap;

#[derive(Default)]
pub(crate) struct GlobalStorage{
    pub(crate) flags : HashMap<String, bool>
}