rscenes 2.0.2

Scenes manager for Raylib.
Documentation
[`COPYING`]: https://github.com/cacilhas/rscenes/blob/master/COPYING
[examples]: https://github.com/cacilhas/rscenes/blob/master/examples/
[Nonogram]: https://github.com/cacilhas/rscenes/blob/master/nonogram/
[Raylib]: https://crates.io/crates/raylib
[The 3-Clause BSD License]: https://opensource.org/license/bsd-3-clause/

# Rscenes 2

Rscenes 2 is a game framework over [Raylib][], it was fully rewritten from
scratch for the release 2.0.

Only shades (2D) are tested, models (3D) are still being tested.

## Installation

```sh
cargo add rscenes
```

See [Nonogram][] and the [examples][] for use.

## TODO

Test and fix models support.

## License

- [The 3-Clause BSD License][]
- [`COPYING`][]

License: BSD-3-Clause