[Bindings] Build profile now strips methods and skip files

This allows removing dependencies that are not explicitly unused by the
gdextension being built and is implemented using an intermediate json
API file with the methods and classes stripped (i.e. without touching
the file generators).
This commit is contained in:
Fabio Alessandrelli
2024-12-20 03:31:59 +01:00
parent 47f11bc5c7
commit c4f1abe3f9
5 changed files with 236 additions and 138 deletions

View File

@@ -32,7 +32,6 @@
#define GODOT_VARIANT_INTERNAL_HPP
#include <gdextension_interface.h>
#include <godot_cpp/classes/gpu_particles3d.hpp>
#include <godot_cpp/variant/variant.hpp>
namespace godot {