diff options
| author | ShalokShalom <[email protected]> | 2024-06-14 22:46:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-14 22:46:50 +0200 |
| commit | b4fbdc028302f9a697f196e8d02a7dca28912f59 (patch) | |
| tree | 6f8572f3116df29938cff4b21da5821dcd0f3265 | |
| parent | fca53c77996ab0b723dd4ee5235671cba9274ca7 (diff) | |
| download | raylib-b4fbdc028302f9a697f196e8d02a7dca28912f59.tar.gz raylib-b4fbdc028302f9a697f196e8d02a7dca28912f59.zip | |
Update Julia Bindings (#4068)
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index d24bf67c..22b74058 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -36,7 +36,7 @@ Some people ported raylib to other languages in the form of bindings or wrappers | [jaylib](https://github.com/janet-lang/jaylib) | **5.0** | [Janet](https://janet-lang.org) | MIT | | [jaylib](https://github.com/electronstudio/jaylib/) | 4.5 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | GPLv3+CE | | [raylib-j](https://github.com/CreedVI/Raylib-J) | 4.0 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | Zlib | -| [raylib.jl](https://github.com/irishgreencitrus/raylib.jl) | 4.2 | [Julia](https://julialang.org) | Zlib | +| [Raylib.jl](https://github.com/chengchingwen/Raylib.jl) | 4.2 | [Julia](https://julialang.org) | Zlib | | [kaylib](https://github.com/electronstudio/kaylib) | 3.7 | [Kotlin/native](https://kotlinlang.org) | **???** | | [KaylibKit](https://codeberg.org/Kenta/KaylibKit) | 4.5 | [Kotlin/native](https://kotlinlang.org) | Zlib | | [raylib-lua](https://github.com/TSnake41/raylib-lua) | 4.5 | [Lua](http://www.lua.org) | ISC | |
