summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Scherbakow <[email protected]>2022-04-28 10:59:16 +0200
committerGitHub <[email protected]>2022-04-28 10:59:16 +0200
commit28ac82aeb074920a7ff855f5f653320e91575410 (patch)
tree06f41c60806a2de7360e70faa38b01545f43da83
parent358026747959a1c05372f0ebfbcdc45dd0a5a560 (diff)
downloadraylib-28ac82aeb074920a7ff855f5f653320e91575410.tar.gz
raylib-28ac82aeb074920a7ff855f5f653320e91575410.zip
add raylib.zig bindings (#2449)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
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.