From 2042ae10e36d84aaa08701dedd78c7c7cc3bd9de Mon Sep 17 00:00:00 2001
From: Cyrodwd <[EMAIL REDACTED]>
Date: Mon, 14 Oct 2024 08:12:51 -0700
Subject: [PATCH] Added new languages and a new binding for D
---
languages.php | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/languages.php b/languages.php
index 7f030d1..6db771f 100644
--- a/languages.php
+++ b/languages.php
@@ -52,6 +52,9 @@
<br/>
DerelictSDL2 -
<a href="https://derelictorg.github.io/packages/sdl2/">https://derelictorg.github.io/packages/sdl2/</a>
+ <br/>
+ BindBC-SDL -
+ <a href="https://github.com/BindBC/bindbc-sdl">https://github.com/BindBC/bindbc-sdl</a>
</li>
<li> <strong>
Go
@@ -149,6 +152,20 @@
SDL for Vlang -
<a href="https://github.com/vlang/sdl">https://github.com/vlang/sdl</a>
</li>
+ <li> <strong>
+ Nim
+ </strong>
+ <br/>
+ SDL for Nim -
+ <a href="https://github.com/nim-lang/sdl2">https://github.com/nim-lang/sdl2</a>
+ </li>
+ <li> <strong>
+ Crystal
+ </strong>
+ <br/>
+ SDL for Crystal -
+ <a href="https://github.com/ysbaddaden/sdl.cr">https://github.com/ysbaddaden/sdl.cr</a>
+ </li>
</ul>
</blockquote>