From 81c90e37834154f307649e62933908af5be4c7bc Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Wed, 11 Sep 2024 07:42:20 +0000 Subject: [PATCH] replace raylib with raylib3 fix #138 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88eb74..a4c4b4e 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ * SFML 2 - [bindbc-sfml](https://github.com/BindBC/bindbc-sfml) * Imgui - immediate UI - [bindbc-imgui](https://github.com/Inochi2D/bindbc-imgui) * Nuklear - immediate UI - [bindbc-nuklear](https://github.com/Timu5/bindbc-nuklear) - * raylib - [bindbc-raylib](https://github.com/o3o/bindbc-raylib) + * raylib3 - [bindbc-raylib3](https://github.com/o3o/bindbc-raylib3) * bgfx - [bindbc-bgfx](https://github.com/GoaLitiuM/bindbc-bgfx) * WebGPU - [bindbc-wgpu](https://github.com/gecko0307/bindbc-wgpu) * Zstandard - compression - [bindbc-zstandard](https://github.com/ZILtoid1991/bindbc-zstandard)