74 lines
5.5 KiB
Plaintext
74 lines
5.5 KiB
Plaintext
[configuration]
|
|
entry_symbol = "gdext_rust_init"
|
|
compatibility_minimum = 4.1
|
|
reloadable = true
|
|
|
|
[libraries]
|
|
"android.debug" = "res://../rust/target/debug/godottest_rs.so"
|
|
"android.release" = "res://../rust/target/release/godottest_rs.so"
|
|
"android.editor" = "res://../rust/target/debug/godottest_rs.so"
|
|
"android.debug.arm_32" = "res://../rust/target/armv7-linux-androideabi/debug/godottest_rs.so"
|
|
"android.release.arm_32" = "res://../rust/target/armv7-linux-androideabi/release/godottest_rs.so"
|
|
"android.editor.arm_32" = "res://../rust/target/armv7-linux-androideabi/debug/godottest_rs.so"
|
|
"android.debug.arm_64" = "res://../rust/target/aarch64-linux-android/debug/godottest_rs.so"
|
|
"android.release.arm_64" = "res://../rust/target/aarch64-linux-android/release/godottest_rs.so"
|
|
"android.editor.arm_64" = "res://../rust/target/aarch64-linux-android/debug/godottest_rs.so"
|
|
"android.debug.x86_32" = "res://../rust/target/i686-linux-android/debug/godottest_rs.so"
|
|
"android.release.x86_32" = "res://../rust/target/i686-linux-android/release/godottest_rs.so"
|
|
"android.editor.x86_32" = "res://../rust/target/i686-linux-android/debug/godottest_rs.so"
|
|
"android.debug.x86_64" = "res://../rust/target/x86_64-linux-android/debug/godottest_rs.so"
|
|
"android.release.x86_64" = "res://../rust/target/x86_64-linux-android/release/godottest_rs.so"
|
|
"android.editor.x86_64" = "res://../rust/target/x86_64-linux-android/debug/godottest_rs.so"
|
|
"ios.debug" = "res://../rust/target/debug/libgodottest_rs.ios.framework"
|
|
"ios.release" = "res://../rust/target/release/libgodottest_rs.ios.framework"
|
|
"ios.editor" = "res://../rust/target/debug/libgodottest_rs.ios.framework"
|
|
"ios.debug.arm_64" = "res://../rust/target/aarch64-apple-ios/debug/libgodottest_rs.ios.framework"
|
|
"ios.release.arm_64" = "res://../rust/target/aarch64-apple-ios/release/libgodottest_rs.ios.framework"
|
|
"ios.editor.arm_64" = "res://../rust/target/aarch64-apple-ios/debug/libgodottest_rs.ios.framework"
|
|
"linux.debug" = "res://../rust/target/debug/libgodottest_rs.so"
|
|
"linux.release" = "res://../rust/target/release/libgodottest_rs.so"
|
|
"linux.editor" = "res://../rust/target/debug/libgodottest_rs.so"
|
|
"linux.debug.arm_64" = "res://../rust/target/aarch64-unknown-linux-gnu/debug/libgodottest_rs.so"
|
|
"linux.release.arm_64" = "res://../rust/target/aarch64-unknown-linux-gnu/release/libgodottest_rs.so"
|
|
"linux.editor.arm_64" = "res://../rust/target/aarch64-unknown-linux-gnu/debug/libgodottest_rs.so"
|
|
"linux.debug.rv_64" = "res://../rust/target/riscv64gc-unknown-linux-gnu/debug/libgodottest_rs.so"
|
|
"linux.release.rv_64" = "res://../rust/target/riscv64gc-unknown-linux-gnu/release/libgodottest_rs.so"
|
|
"linux.editor.rv_64" = "res://../rust/target/riscv64gc-unknown-linux-gnu/debug/libgodottest_rs.so"
|
|
"linux.debug.x86_64" = "res://../rust/target/x86_64-unknown-linux-gnu/debug/libgodottest_rs.so"
|
|
"linux.release.x86_64" = "res://../rust/target/x86_64-unknown-linux-gnu/release/libgodottest_rs.so"
|
|
"linux.editor.x86_64" = "res://../rust/target/x86_64-unknown-linux-gnu/debug/libgodottest_rs.so"
|
|
"macos.debug" = "res://../rust/target/debug/libgodottest_rs.dylib"
|
|
"macos.release" = "res://../rust/target/release/libgodottest_rs.dylib"
|
|
"macos.editor" = "res://../rust/target/debug/libgodottest_rs.dylib"
|
|
"macos.debug.arm_64" = "res://../rust/target/aarch64-apple-darwin/debug/libgodottest_rs.dylib"
|
|
"macos.release.arm_64" = "res://../rust/target/aarch64-apple-darwin/release/libgodottest_rs.dylib"
|
|
"macos.editor.arm_64" = "res://../rust/target/aarch64-apple-darwin/debug/libgodottest_rs.dylib"
|
|
"macos.debug.x86_64" = "res://../rust/target/x86_64-apple-darwin/debug/libgodottest_rs.dylib"
|
|
"macos.release.x86_64" = "res://../rust/target/x86_64-apple-darwin/release/libgodottest_rs.dylib"
|
|
"macos.editor.x86_64" = "res://../rust/target/x86_64-apple-darwin/debug/libgodottest_rs.dylib"
|
|
"web.debug" = "res://../rust/target/debug/godottest_rs.wasm"
|
|
"web.release" = "res://../rust/target/release/godottest_rs.wasm"
|
|
"web.editor" = "res://../rust/target/debug/godottest_rs.wasm"
|
|
"web.debug.wasm32" = "res://../rust/target/wasm32-unknown-emscripten/debug/godottest_rs.wasm"
|
|
"web.release.wasm32" = "res://../rust/target/wasm32-unknown-emscripten/release/godottest_rs.wasm"
|
|
"web.editor.wasm32" = "res://../rust/target/wasm32-unknown-emscripten/debug/godottest_rs.wasm"
|
|
"windows.debug" = "res://../rust/target/debug/godottest_rs.dll"
|
|
"windows.release" = "res://../rust/target/release/godottest_rs.dll"
|
|
"windows.editor" = "res://../rust/target/debug/godottest_rs.dll"
|
|
"windows.debug.arm_64" = "res://../rust/target/aarch64-pc-windows-msvc/debug/godottest_rs.dll"
|
|
"windows.release.arm_64" = "res://../rust/target/aarch64-pc-windows-msvc/release/godottest_rs.dll"
|
|
"windows.editor.arm_64" = "res://../rust/target/aarch64-pc-windows-msvc/debug/godottest_rs.dll"
|
|
"windows.debug.x86_32" = "res://../rust/target/i686-pc-windows-msvc/debug/godottest_rs.dll"
|
|
"windows.release.x86_32" = "res://../rust/target/i686-pc-windows-msvc/release/godottest_rs.dll"
|
|
"windows.editor.x86_32" = "res://../rust/target/i686-pc-windows-msvc/debug/godottest_rs.dll"
|
|
"windows.debug.x86_64" = "res://../rust/target/x86_64-pc-windows-msvc/debug/godottest_rs.dll"
|
|
"windows.release.x86_64" = "res://../rust/target/x86_64-pc-windows-msvc/release/godottest_rs.dll"
|
|
"windows.editor.x86_64" = "res://../rust/target/x86_64-pc-windows-msvc/debug/godottest_rs.dll"
|
|
|
|
[icons]
|
|
MainScene = "res://addons/rust/NodeRustFerris.svg"
|
|
CrashFucker = "res://addons/rust/NodeRustFerris.svg"
|
|
Mob = "res://addons/rust/NodeRustFerris.svg"
|
|
Player = "res://addons/rust/NodeRustFerris.svg"
|
|
AsyncRuntime = "res://addons/rust/NodeRustFerris.svg"
|