summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorglowiak <[email protected]>2023-12-21 19:31:34 +0100
committerGitHub <[email protected]>2023-12-21 19:31:34 +0100
commitfbecab32e720e68cba78e040f7a13cf61c8dea6a (patch)
tree78d60288df5d7b67a9d5cc564fcc44535e4dcdf3
parent68b6c79c3f4cea31f9b9baf9940a232b6f3372b5 (diff)
downloadraylib-fbecab32e720e68cba78e040f7a13cf61c8dea6a.tar.gz
raylib-fbecab32e720e68cba78e040f7a13cf61c8dea6a.zip
Add new COBOL binding (#3661)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 61ba1f17..c9b93bd8 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -85,6 +85,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| raylib-raku | **auto** | [Raku](https://www.raku.org/) | Artistic License 2.0 | https://github.com/vushu/raylib-raku |
| Raylib.lean | 4.5 | [Lean4](https://lean-lang.org/) | BSD-3-Clause | https://github.com/KislyjKisel/Raylib.lean |
| Raylib-CSharp-Vinculum | 5.0 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/ZeroElectric/Raylib-CSharp-Vinculum |
+| raylib-cobol | **auto** | [COBOL](https://gnucobol.sourceforge.io) | Public domain | https://codeberg.org/glowiak/raylib-cobol |
### Utility Wrapers
These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.