From 609cbcaa944a3c92fb4646bec90df442b639377a Mon Sep 17 00:00:00 2001 From: xix xeaon Date: Wed, 4 Dec 2024 08:28:11 +0100 Subject: [PATCH] Add Nim GDExtension --- tutorials/scripting/gdextension/what_is_gdextension.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/scripting/gdextension/what_is_gdextension.rst b/tutorials/scripting/gdextension/what_is_gdextension.rst index baf3a24e78d..9a90fea5696 100644 --- a/tutorials/scripting/gdextension/what_is_gdextension.rst +++ b/tutorials/scripting/gdextension/what_is_gdextension.rst @@ -97,6 +97,7 @@ The bindings below are developed and maintained by the community: - `D `__ - `Go `__ +- `Nim `__ - `Rust `__ - `Swift `__