From 95d3a6ac529de2da68bb4b68ea69ec12208c6aef Mon Sep 17 00:00:00 2001 From: Michael Scherbakow Date: Mon, 15 Aug 2022 23:55:58 +0200 Subject: [PATCH] update raylib.zig to 4.2 (#2642) --- BINDINGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINDINGS.md b/BINDINGS.md index 33caebf80..57ff716be 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -55,7 +55,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib.v | **4.0** | [V](https://vlang.io/) | Zlib | https://github.com/irishgreencitrus/raylib.v | | raylib-wren | **4.0** | [Wren](http://wren.io/) | ISC | https://github.com/TSnake41/raylib-wren | | 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 | +| raylib.zig | **4.2** | [Zig](https://ziglang.org/) | MIT | https://github.com/ryupold/raylib.zig | | hare-raylib | auto | [Hare](https://harelang.org/) | Zlib | https://git.sr.ht/~evantj/hare-raylib |