orbclient 0.2.2

The Orbital Client Library
Documentation
# orbclient
The Orbital Client Library. Compatible with Redox and SDL2.

[![Travis Build Status](https://travis-ci.org/redox-os/orbclient.svg?branch=master)](https://travis-ci.org/redox-os/orbclient)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/orbclient)](https://crates.io/crates/orbclient)

### Troubleshooting

* Make sure that you work with the current ```nightly``` version of Rust
  * To make sure of that, please use [rustup]https://github.com/rust-lang-nursery/rustup.rs
  * Don't forget to override your work directory with ```rustup override set nightly```
  * Don't forget to update the ```nightly``` version of Rust with ```rustup update nightly```
* Make sure that the SDL2 library is installed on your machine : ```libsdl2-dev```
  * For example, with Ubuntu, please to type ```sudo apt-get install libsdl2-dev``` in your console
* Other problem? Do not hesitate to create a new issue!