initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user