diff options
| author | AKDev <[email protected]> | 2021-11-02 15:55:14 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 11:25:14 +0100 |
| commit | de070ba25fa296fdec2078cdfa2b73ec868d6206 (patch) | |
| tree | 87519964dd7e42b86958050efcb5a0861b135529 | |
| parent | e930ad3102757b28b84396272ac239acd2c88f85 (diff) | |
| download | raylib-de070ba25fa296fdec2078cdfa2b73ec868d6206.tar.gz raylib-de070ba25fa296fdec2078cdfa2b73ec868d6206.zip | |
added another odin binding (#2094)
You can change the name to whatever you want to because the binding doesn't have a name.
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 15d91931..da961057 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -30,6 +30,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | hxRaylib | 3.7 | [Haxe](https://haxe.org/) | https://github.com/ForeignSasquatch/hxRaylib | | raylib-wren | 3.7 | [Wren](http://wren.io/) | https://github.com/TSnake41/raylib-wren | | raylib_odin_bindings | 4.0-dev | [Odin](https://odin-lang.org/) | https://github.com/Deathbat2190/raylib_odin_bindings | +| raylib-odin | 3.7| [Odin](https://odin-lang.org/) | https://github.com/odin-lang/Odin/tree/master/vendor/raylib | | raylib.v | 3.7 | [V](https://vlang.io/) | https://github.com/irishgreencitrus/raylib.v | | raylib-ocaml | 3.7 | [OCaml](https://ocaml.org/) | https://github.com/tjammer/raylib-ocaml | | raylib-swift | 3.7 | [Swift](https://swift.org/) | https://github.com/STREGAsGate/Raylib | |
