Merge pull request #110 from paddy-exe/add-reloadable-gdextension-file

Add reloadable flag to gdextension file
This commit is contained in:
Patrick Exner (FlameLizard)
2026-01-20 18:56:42 +01:00
committed by GitHub

View File

@@ -2,6 +2,7 @@
entry_symbol = "example_library_init" entry_symbol = "example_library_init"
compatibility_minimum = "4.1" compatibility_minimum = "4.1"
reloadable = false
[libraries] [libraries]
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory. ; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.