rustyray-sys 0.1.6

Low level bindings for raylib
Documentation
## rustyray-sys - DEV

[![Crates.io](https://img.shields.io/crates/v/rustyray-sys.svg)](https://crates.io/crates/rustyray-sys)

[![Docs](https://docs.rs/rustyray-sys/badge.svg)](https://docs.rs/rustyray-sys)

[raylib](https://github.com/raysan5/raylib) is a simple and easy-to-use library to enjoy videogames programming.

This crate is a low-level bindings for the raylib C library.

### Usage

Add it to your project:

```shell
cargo add rustyray-sys
```

### Contributing

PRs and issues are not welcome yet, the crate is work in progress and until version 1.0.0 i don't recommend to anyone to use this.