From 07d0334e5037a38cbb377f12c103ef1fd1dfbf81 Mon Sep 17 00:00:00 2001 From: Gregory Starr Date: Tue, 25 Feb 2025 13:08:17 -0500 Subject: [PATCH] Remove unmaintained gdextension from supported list in what_is_gdextension.rst removing haxe from list of supported languages because the hxgodot project is no longer maintained and the link is dead. The [hxgodot git](https://github.com/HxGodot/hxgodot) says that the project is over. --- tutorials/scripting/gdextension/what_is_gdextension.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/scripting/gdextension/what_is_gdextension.rst b/tutorials/scripting/gdextension/what_is_gdextension.rst index 48732c58f..7208cd435 100644 --- a/tutorials/scripting/gdextension/what_is_gdextension.rst +++ b/tutorials/scripting/gdextension/what_is_gdextension.rst @@ -97,7 +97,6 @@ The bindings below are developed and maintained by the community: - `D `__ - `Go `__ -- `Haxe `__ - `Rust `__ - `Swift `__