mold2d 0.0.2

A simple platformer game library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"