penguin-application 0.1.1

Appbuilder and abstraction layer for building applications using legion ECS.
Documentation
1
2
3
4
5
6
7
use penguin_config::*;

#[derive(Debug, Clone, Deserialize)]
pub struct WindowConfig {
    pub width: u32,
    pub height: u32,
}