summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEvan Pratten <[email protected]>2023-07-10 12:58:10 -0400
committerGitHub <[email protected]>2023-07-10 18:58:10 +0200
commit91e4eea52d1b92e1408fd129ca7b638f9cd4531d (patch)
tree7aa45fb2241cbcea53708c7242f65f75642004fd
parent334e96d470c5cb09d154e1c849d04adb721a7a8c (diff)
downloadraylib-91e4eea52d1b92e1408fd129ca7b638f9cd4531d.tar.gz
raylib-91e4eea52d1b92e1408fd129ca7b638f9cd4531d.zip
Add raylib-ffi to bindings list (#3164)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index bb73d73a..8c5c8396 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -59,6 +59,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| raylib-php | 3.5 | [PHP](https://en.wikipedia.org/wiki/PHP) | Zlib | https://github.com/joseph-montanez/raylib-php |
| raylib-phpcpp | 3.5 | [PHP](https://en.wikipedia.org/wiki/PHP) | Zlib | https://github.com/oraoto/raylib-phpcpp |
| raylibr | 4.0 | [R](https://www.r-project.org) | MIT | https://github.com/jeroenjanssens/raylibr |
+| raylib-ffi | 4.5 | [Rust](https://www.rust-lang.org/) | GPLv3 | https://github.com/ewpratten/raylib-ffi |
| raylib-rs | 3.5 | [Rust](https://www.rust-lang.org/) | Zlib | https://github.com/deltaphc/raylib-rs |
| Relib | 3.5 | [ReCT](https://github.com/RedCubeDev-ByteSpace/ReCT) | ? | https://github.com/RedCubeDev-ByteSpace/Relib |
| racket-raylib | 4.0 | [Racket](https://racket-lang.org/) | MIT/Apache-2.0 | https://github.com/eutro/racket-raylib |