Files
leanCLR_gdext/project/leanclr.gdextension
T

17 lines
605 B
Plaintext
Raw Normal View History

2026-05-10 22:29:56 +08:00
[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"
2026-05-11 13:21:51 +08:00
web.release.wasm32 = "res://bin/Release/libleanclr_godot.wasm"
2026-06-07 22:55:56 +08:00
web.debug.wasm32 = "res://bin/Release/libleanclr_godot.wasm"