From e93f8462801576f031f187174de3bec405a88ca5 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 12 Apr 2023 15:51:59 -0400 Subject: [PATCH] docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c48272..907800b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ `raylib-ffi` aims to provide a "no frills" direct binding to [raylib](https://www.raylib.com/) for rust developers. +This library is largely auto-generated by the code in `build/`. Raylib itself exposes lots of metadata, meaning that wrappers can auto-translate the C API into whatever language is needed (in this case, Rust). + ## Dependencies Fedora: