mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-03 14:09:44 +03:00
19 lines
285 B
Plaintext
19 lines
285 B
Plaintext
[general]
|
|
|
|
singleton=false
|
|
load_once=true
|
|
symbol_prefix="godot_"
|
|
reloadable=true
|
|
|
|
[entry]
|
|
|
|
Windows.64="res://gdnative/windows/libsimple.dll"
|
|
X11.64="res://gdnative/linux/libsimple.so"
|
|
OSX.64="res://gdnative/osx/libsimple.dylib"
|
|
|
|
[dependencies]
|
|
|
|
Windows.64=[ ]
|
|
X11.64=[ ]
|
|
OSX.64=[ ]
|