initial commit

This commit is contained in:
wooshings
2026-09-04 14:50:01 -07:00
parent 7522d4fe7a
commit 624a6c1c73
14 changed files with 227 additions and 0 deletions
+11
View File
@@ -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"