From 28ac82aeb074920a7ff855f5f653320e91575410 Mon Sep 17 00:00:00 2001 From: Michael Scherbakow Date: Thu, 28 Apr 2022 10:59:16 +0200 Subject: [PATCH] add raylib.zig bindings (#2449) --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BINDINGS.md b/BINDINGS.md index fb0938c0..9ad34d34 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -51,6 +51,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-scopes | auto | [Scopes](http://scopes.rocks) | MIT | https://github.com/salotz/raylib-scopes | | raylib-smallBasic | 4.1-dev | [SmallBASIC](https://github.com/smallbasic/SmallBASIC) | GPLv3 | https://github.com/smallbasic/smallbasic.plugins/tree/master/raylib | | raylib-zig | **4.0** | [Zig](https://ziglang.org/) | MIT | https://github.com/Not-Nik/raylib-zig | +| raylib.zig | **4.1-dev** | [Zig](https://ziglang.org/) | MIT | https://github.com/ryupold/raylib.zig | ### Utility Wrapers These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.