sfml 0.24.0

Rust binding for sfml
Documentation
1
2
3
4
5
6
7
8
9
This is a modified version of the CSFML library, used internally by rust-sfml.

For the actual CSFML, visit https://github.com/SFML/CSFML

## Design philosophy

- Customized for rust-sfml's needs, rather than general use
- Provide as minimum C++ wrapper code as necessary for ABI compatibility.
  Everything else, like safety checking code should be written in Rust.