Add base files for bindings

Add base files for C++ and D that will interface with the existing C integration.
This commit is contained in:
Aidan C. Mullen 2025-03-05 00:10:19 -05:00
parent f474eb7478
commit dd8e9d4296
9 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,10 @@
[configuration]
entry_symbol = "Godot-DLang"
compatibility_minimum = "4.4"
[libraries]
linux.64 = "bind.so"
darwin.64 = "bind.dylib"
windows.64 = "bind.dll"