sfml 0.12.0

Rust binding for sfml
Documentation
rust-sfml [![Build Status](https://api.travis-ci.org/jeremyletang/rust-sfml.png?branch=master)](https://travis-ci.org/jeremyletang/rust-sfml) [![crates.io](http://meritbadge.herokuapp.com/sfml)](https://crates.io/crates/sfml) [![Join the chat at https://gitter.im/rust-sfml/Lobby](https://badges.gitter.im/rust-sfml/Lobby.svg)](https://gitter.im/rust-sfml/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
=========

Rust bindings for [SFML](http://www.sfml-dev.org), the Simple and Fast Multimedia Library.

Requirements
=============

- Linux, Windows, or OS X
- Latest stable Rust
- [SFML 2.4]http://www.sfml-dev.org/download.php
- [CSFML 2.4]http://www.sfml-dev.org/download/csfml/

Examples
=============
Examples are located under the `examples` directory:

- [0.11.0]https://github.com/jeremyletang/rust-sfml/tree/v0.11.0/examples (Latest release)
- [master]https://github.com/jeremyletang/rust-sfml/tree/master/examples (Latest development version)

License
=======

This software is a binding of the SFML library created by Laurent Gomila, which is provided under the Zlib/png license.

This software is provided under the same license than the SFML, the Zlib/png license.