kero 0.1.12

A simple, approachable framework for creating 2D games in Rust and/or Lua.
Documentation
1
2
3
4
5
6
use crate::core::GameBuilder;

/// Begin initialization of your game.
pub fn new_game() -> GameBuilder {
    GameBuilder::new().unwrap()
}