simple-game-engine 0.6.0

A minimal game engine inspired by the OLC Pixel Game Engine
Documentation
[package]
name = "simple-game-engine"
version = "0.6.0"
authors = ["mcb2003 <mikeybuchan@hotmail.co.uk>"]
description = "A minimal game engine inspired by the OLC Pixel Game Engine"
keywords = ["gamedev", "graphics", "sdl", "wrapper", "sge"]
categories = ["game-development", "game-engines", "multimedia", "rendering::engine"]
readme = "README.md"
repository = "https://github.com/mcb2003/simple-game-engine-rs"
homepage = "https://github.com/mcb2003/simple-game-engine-rs#readme"
license = "MIT"
edition = "2018"

[dependencies]
fnv = "1.0.7"
sdl2 = "0.34.3"