[dependencies]
libc = "0.2"
sdl2 = "0.9"
sdl2_image = "0.3"
sdl2_ttf = "0.9"
[package]
authors = ["Darin Minamoto <darinm223@gmail.com>"]
description = "A simple platformer game library in Rust"
keywords = ["game", "library", "actors"]
license = "MIT"
name = "mold2d"
readme = "README.md"
repository = "https://github.com/DarinM223/mold2d"
version = "0.0.2"