Direct raylib bindings for Rust
raylib-ffi aims to provide a "no frills" direct binding to raylib for rust developers.
Dependencies
Fedora:
Verifying your build
raylib-ffi bundles a rust version of the example project from raylib proper. To verify your build of this library worked, run:
Versioning policy
raylib-ffi follow SemVer.
The major and minor version numbers of a raylib-ffi will always match the version of raylib it was built against. The patch version may be incremented if a rust-only fix is needed at any point.