sdl2_gfx 0.5.0

SDL2_gfx bindings for Rust
Documentation
# Rust-SDL2_gfx

[![Build Status](https://travis-ci.org/andelf/rust-sdl2_gfx.svg?branch=master)](https://travis-ci.org/andelf/rust-sdl2_gfx)

Rust bindings for SDL2_gfx

## Requirements

* [Rust-SDL2]https://github.com/AngryLawyer/rust-sdl2 or [My Fork]https://github.com/andelf/rust-sdl2
* [SDL2_gfx]http://sourceforge.net/projects/sdl2gfx/ development libraries
* Rust master or nightly

## Installation

:) with cargo.

```
git clone https://github.com/andelf/rust-sdl2_gfx
cd rust-sdl2_gfx
cargo build
```

    NOTE: sdl2_gfx doesn't support mac_framework.

## Demo

```
cargo run
```