# Rust-SDL2_gfx
[](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
```