raylib4-sys 0.1.2

Low level bindings to raylib v4
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
raylib4-sys
===========

[![raylib4-sys](https://img.shields.io/crates/v/raylib4-sys.svg)](https://crates.io/crates/raylib4-sys)
[![Documentation](https://docs.rs/raylib4-sys/badge.svg)](https://docs.rs/raylib4-sys)
[![Actions Status](https://github.com/sile/raylib4-sys/workflows/CI/badge.svg)](https://github.com/sile/raylib4-sys/actions)
![License](https://img.shields.io/crates/l/raylib4-sys)

Low level bindings to [raylib](https://github.com/raysan5/raylib) v4.

The raylib C API is well summarized on [the cheatsheet page](https://www.raylib.com/cheatsheet/cheatsheet.html).

Before build this crate, you need to have raylib installed.
Please refer to [the official doc](https://github.com/raysan5/raylib#build-and-installation) about how to install raylib.