sge 1.0.2

Simple game engine
Documentation
1
2
3
4
5
6
7
8
use sge::prelude::*;

// can parse JSON, TOML, and Ron
sge_include_assets!("assets/data", ASSETS);

fn main() {
    println!("{}", ASSETS.test.messages.hello);
}