initial commit

This commit is contained in:
2025-01-20 00:27:44 +01:00
commit 5fee6cd053
11 changed files with 449 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[configuration]
entry_symbol = "gdext_rust_init"
compatibility_minimum = 4.1
reloadable = true
[libraries]
linux.debug.x86_64 = "res://../rust/target/debug/librust.so"
linux.release.x86_64 = "res://../rust/target/release/librust.so"