summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMrScautHD <[email protected]>2024-05-06 12:50:05 +0200
committerGitHub <[email protected]>2024-05-06 12:50:05 +0200
commitf69ae583040060ece2e6e4f813e1408c8fd04900 (patch)
tree521a0f1aa3aa8ff60f06bd5fc61eec1b606de7d7
parent3d9aafed3b5d183f35a1e8060d0985475101f6db (diff)
downloadraylib-f69ae583040060ece2e6e4f813e1408c8fd04900.tar.gz
raylib-f69ae583040060ece2e6e4f813e1408c8fd04900.zip
Update BINDINGS.md (#3963)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 178fd987..93ae1879 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -82,6 +82,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| 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 |
+| Raylib-CSharp | 5.0 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MIT | https://github.com/MrScautHD/Raylib-CSharp |
### 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.