Implement working example

Implement a working example using the GDExtension C API.
This commit is contained in:
Aidan Mullen 2024-05-04 10:05:16 -04:00
parent 2c4cdb41a1
commit f8025b805a
4 changed files with 25 additions and 33 deletions

View file

@ -0,0 +1,8 @@
[configuration]
entry_symbol = "librtr_extension_init"
compatibility_minimum = "4.2"
[libraries]
windows.x86_64 = "res://../src/.libs/librtr.dll"
macos = "res://../src/.libs/librtr.dylib"
linux.debug.x86_64 = "res://../src/.libs/librtr.so"