Implement working example
Implement a working example using the GDExtension C API.
This commit is contained in:
parent
2c4cdb41a1
commit
f8025b805a
4 changed files with 25 additions and 33 deletions
8
engine/bin/librtr.gdextension
Normal file
8
engine/bin/librtr.gdextension
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue