From 32143698c7f1204c904734fcfcb9d90440bc0c98 Mon Sep 17 00:00:00 2001 From: Guido Bartolucci Date: Sat, 12 Mar 2022 13:41:22 -0500 Subject: [PATCH] Updated raylib-zig license --- BINDINGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINDINGS.md b/BINDINGS.md index 382211baa..9e512dcaa 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -48,7 +48,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib | | 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/) | https://github.com/Not-Nik/raylib-zig | +| raylib-zig | **4.0** | [Zig](https://ziglang.org/) | MIT | https://github.com/Not-Nik/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.