simple 0.0.4

The simplest graphics library, inspired by LOVE2D

[package]
name = "simple"
description = "The simplest graphics library, inspired by LOVE2D"
version = "0.0.4"
repository = "https://github.com/alexandercampbell/simple"
keywords = ["simple","graphics","2D"]
authors = ["Alexander Campbell <alexanderhcampbell@gmail.com>"]
license = "Zlib"
readme = "README.md"

[lib]
name = "simple"
path = "src/lib.rs"
crate-type = ["static"]

[dependencies]
sdl2 = "*" # Surprise. It's actually an SDL2 wrapper.
sdl2-sys = "*"