diff options
| author | JupiterRider <[email protected]> | 2022-10-07 19:03:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-07 19:03:08 +0200 |
| commit | cb085a1b50324315ec77f134be3447107c52cf2d (patch) | |
| tree | 70db6b0afd934928ca6a9764df5bd63b455eaed2 | |
| parent | cee0fc5d7863da06d59a17f6a87b6965a3fa4967 (diff) | |
| download | raylib-cb085a1b50324315ec77f134be3447107c52cf2d.tar.gz raylib-cb085a1b50324315ec77f134be3447107c52cf2d.zip | |
Update BINDINGS.md (#2745)
| -rw-r--r-- | BINDINGS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index ec8e9d88..86316aa3 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -8,8 +8,8 @@ Some people ported raylib to other languages in form of bindings or wrappers to |:------------------:|:---------------:|:---------:|:----------:|-----------------------------------------------------------| | raylib | **4.2** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | Zlib | https://github.com/raysan5/raylib | | raylib-boo | 3.7 | [Boo](http://boo-language.github.io/)| MIT | https://github.com/Rabios/raylib-boo | -| Raylib-cs | **4.0** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | Zlib | https://github.com/ChrisDill/Raylib-cs | -| Raylib-CsLo | **4.0** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/NotNotTech/Raylib-CsLo | +| Raylib-cs | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | Zlib | https://github.com/ChrisDill/Raylib-cs | +| Raylib-CsLo | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/NotNotTech/Raylib-CsLo | | cl-raylib | **4.0** | [Common Lisp](https://common-lisp.net/) | MIT | https://github.com/longlene/cl-raylib | | raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr | | dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib | |
