mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
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).
(cherry picked from commit c4f1abe3f9)
14 lines
160 B
JSON
14 lines
160 B
JSON
{
|
|
"enabled_classes": [
|
|
"Control",
|
|
"InputEventKey",
|
|
"Label",
|
|
"MultiplayerAPI",
|
|
"MultiplayerPeer",
|
|
"OS",
|
|
"TileMap",
|
|
"TileSet",
|
|
"Viewport"
|
|
]
|
|
}
|