forked from harper/spooktober-vnj
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
[configuration]
|
|
entry_symbol = "gdext_rust_init"
|
|
compatibility_minimum = 4.7
|
|
# Hot-reloading this extension crashes the editor (live terminal threads);
|
|
# false makes every engine reload path skip it, so rebuilds apply on restart.
|
|
reloadable = false
|
|
|
|
[libraries]
|
|
linux.editor.x86_64 = "res://addons/godotty/bin/libgodotty.linux.x86_64.so"
|
|
macos.editor = "res://addons/godotty/bin/libgodotty.macos.dylib"
|
|
windows.editor.x86_64 = "res://addons/godotty/bin/libgodotty.windows.x86_64.dll"
|