2021-08-19 17:51:41 +00:00
|
|
|
[configuration]
|
|
|
|
|
|
|
|
entry_symbol = "example_library_init"
|
2023-08-31 10:14:07 +00:00
|
|
|
compatibility_minimum = "4.1"
|
2021-08-19 17:51:41 +00:00
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
2022-09-24 16:44:25 +00:00
|
|
|
macos.debug = "res://bin/libgdexample.macos.template_debug.framework"
|
|
|
|
macos.release = "res://bin/libgdexample.macos.template_release.framework"
|
|
|
|
windows.debug.x86_32 = "res://bin/libgdexample.windows.template_debug.x86_32.dll"
|
|
|
|
windows.release.x86_32 = "res://bin/libgdexample.windows.template_release.x86_32.dll"
|
|
|
|
windows.debug.x86_64 = "res://bin/libgdexample.windows.template_debug.x86_64.dll"
|
|
|
|
windows.release.x86_64 = "res://bin/libgdexample.windows.template_release.x86_64.dll"
|
2023-11-05 21:04:03 +00:00
|
|
|
windows.debug.arm64 = "res://bin/libgdexample.windows.template_debug.arm64.dll"
|
|
|
|
windows.release.arm64 = "res://bin/libgdexample.windows.template_release.arm64.dll"
|
|
|
|
linux.debug.x86_32 = "res://bin/libgdexample.linux.template_debug.x86_32.so"
|
|
|
|
linux.release.x86_32 = "res://bin/libgdexample.linux.template_release.x86_32.so"
|
2022-09-24 16:44:25 +00:00
|
|
|
linux.debug.x86_64 = "res://bin/libgdexample.linux.template_debug.x86_64.so"
|
|
|
|
linux.release.x86_64 = "res://bin/libgdexample.linux.template_release.x86_64.so"
|
2023-11-05 21:04:03 +00:00
|
|
|
linux.debug.arm32 = "res://bin/libgdexample.linux.template_debug.arm32.so"
|
|
|
|
linux.release.arm32 = "res://bin/libgdexample.linux.template_release.arm32.so"
|
2022-09-24 16:44:25 +00:00
|
|
|
linux.debug.arm64 = "res://bin/libgdexample.linux.template_debug.arm64.so"
|
|
|
|
linux.release.arm64 = "res://bin/libgdexample.linux.template_release.arm64.so"
|
|
|
|
linux.debug.rv64 = "res://bin/libgdexample.linux.template_debug.rv64.so"
|
|
|
|
linux.release.rv64 = "res://bin/libgdexample.linux.template_release.rv64.so"
|
2022-11-07 11:03:54 +00:00
|
|
|
android.debug.x86_64 = "res://bin/libgdexample.android.template_debug.x86_64.so"
|
|
|
|
android.release.x86_64 = "res://bin/libgdexample.android.template_release.x86_64.so"
|
|
|
|
android.debug.arm64 = "res://bin/libgdexample.android.template_debug.arm64.so"
|
|
|
|
android.release.arm64 = "res://bin/libgdexample.android.template_release.arm64.so"
|
2023-11-05 21:04:03 +00:00
|
|
|
ios.debug = "res://bin/libgdexample.ios.template_debug.xcframework"
|
|
|
|
ios.release = "res://bin/libgdexample.ios.template_release.xcframework"
|
2023-10-15 10:01:45 +00:00
|
|
|
web.debug.wasm32 = "res://bin/libgdexample.web.template_debug.wasm32.wasm"
|
|
|
|
web.release.wasm32 = "res://bin/libgdexample.web.template_release.wasm32.wasm"
|
2023-11-05 21:04:03 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ios.debug = {
|
|
|
|
"res://bin/libgodot-cpp.ios.template_debug.xcframework": ""
|
|
|
|
}
|
|
|
|
ios.release = {
|
|
|
|
"res://bin/libgodot-cpp.ios.template_release.xcframework": ""
|
|
|
|
}
|