[configuration]
entry_symbol = "gdext_rust_init"
compatibility_minimum = 4.1

[libraries]
linux.debug.x86_64 =     "res://../rcode/target/debug/librcode.so"
linux.release.x86_64 =   "res://../rcode/target/release/librcode.so"
windows.debug.x86_64 =   "res://../rcode/target/debug/rcode.dll"
windows.release.x86_64 = "res://../rcode/target/release/rcode.dll"
macos.debug =            "res://../rcode/target/debug/librcode.dylib"
macos.release =          "res://../rcode/target/release/librcode.dylib"
macos.debug.arm64 =      "res://../rcode/target/debug/librcode.dylib"
macos.release.arm64 =    "res://../rcode/target/release/librcode.dylib"