diff options
| author | Richard Smith <[email protected]> | 2022-08-11 23:42:07 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-12 00:42:07 +0200 |
| commit | 03bf7e81dd4ae98052c62710c588a88e7c6cde06 (patch) | |
| tree | 92addd0b9d3969bf195ad27a26b9fe507dfbdc90 | |
| parent | 14b1aef1947f75dd5a2329833310b88a05db9f0c (diff) | |
| download | raylib-03bf7e81dd4ae98052c62710c588a88e7c6cde06.tar.gz raylib-03bf7e81dd4ae98052c62710c588a88e7c6cde06.zip | |
updating jaylib binding to 4.2 (#2630)
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 1b03c61a..c4580db9 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -25,7 +25,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | gforth-raylib | 3.5 | [Gforth](https://gforth.org/) | MIT | https://github.com/ArnautDaniel/gforth-raylib | | raylib-hx | 4.0 | [Haxe](https://haxe.org/) | Zlib | https://github.com/foreignsasquatch/raylib-hx | | hb-raylib | 3.5 | [Harbour](https://harbour.github.io) | MIT | https://github.com/MarcosLeonardoMendezGerencir/hb-raylib | -| jaylib | **4.0** | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | GPLv3 | https://github.com/electronstudio/jaylib/ | +| jaylib | **4.2** | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | GPLv3+CE | https://github.com/electronstudio/jaylib/ | | raylib-j | **4.0** | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | Zlib | https://github.com/CreedVI/Raylib-J | | raylib.jl | **4.0** | [Julia](https://julialang.org/) | Zlib | https://github.com/irishgreencitrus/raylib.jl | | kaylib | 3.7 | [Kotlin/native](https://kotlinlang.org) | ? | https://github.com/electronstudio/kaylib | |
