From e60aa8e9351a3427f1754ef5e83c1f0102223415 Mon Sep 17 00:00:00 2001 From: Novaleaf Date: Tue, 23 Nov 2021 13:21:39 -0800 Subject: [PATCH] add raylib-cslo to bindings.md (#2169) --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BINDINGS.md b/BINDINGS.md index c0ece68ae..40f9ea6ea 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -8,6 +8,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to |:------------------:|:-------------: | :--------:|----------------------------------------------------------------------| | raylib | **4.0** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | https://github.com/raysan5/raylib | | Raylib-cs | 3.7 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/ChrisDill/Raylib-cs | +| Raylib-CsLo | **4.0** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/NotNotTech/Raylib-CsLo | | raylib-boo | 3.7 | [Boo](http://boo-language.github.io/) | https://github.com/Rabios/raylib-boo | | bindbc-raylib3 | **4.0** | [D](https://dlang.org/) | https://github.com/o3o/bindbc-raylib3 | | dray | 3.5 | [D](https://dlang.org/) | https://github.com/xdrie/dray |