Update to 4.3 and support for GDExtension docs system

This commit is contained in:
Patrick Exner
2024-08-16 20:39:39 +02:00
parent 9074766ffe
commit 5952c207bb
3 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ This repository serves as a quickstart template for GDExtension development with
* GitHub CI/CD workflows to publish your library packages when creating a release (`.github/workflows/builds.yml`)
* GitHub CI/CD actions to build (`.github/actions/build/action.yml`) and to sign Mac frameworks (`.github/actions/build/sign.yml`).
* preconfigured source files for C++ development of the GDExtension (`src/`)
* setup to automatically generate `.xml` files in a `doc_classes/` directory to be parsed by Godot as [GDExtension built-in documentation](https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_docs_system.html)
## Usage - Template