Files
leanCLR_gdext/project/leanclr.gdextension
T
MaidOpi 0428927f5f init
2026-05-11 04:39:18 +08:00

15 lines
481 B
Plaintext

[configuration]
entry_symbol = "leanclr_godot_library_init"
compatibility_minimum = "4.4"
reloadable = true
[libraries]
windows.debug.x86_64 = "res://bin/Debug/leanclr_godot.dll"
windows.release.x86_64 = "res://bin/Release/leanclr_godot.dll"
linux.debug.x86_64 = "res://bin/Debug/libleanclr_godot.so"
linux.release.x86_64 = "res://bin/Release/libleanclr_godot.so"
macos.debug = "res://bin/Debug/libleanclr_godot.dylib"
macos.release = "res://bin/Release/libleanclr_godot.dylib"