[configuration] entry_symbol = "gdext_rust_init" compatibility_minimum = 4.1 reloadable = true [libraries] linux.debug.x86_64 = "res://../godot_wrapper/target/debug/libgodot_wrapper.so" linux.release.x86_64 = "res://../godot_wrapper/target/release/libgodot_wrapper.so" windows.debug.x86_64 = "res://../godot_wrapper/target/debug/godot_wrapper.dll" windows.release.x86_64 = "res://../godot_wrapper/target/release/godot_wrapper.dll" macos.debug = "res://../godot_wrapper/target/debug/libgodot_wrapper.dylib" macos.release = "res://../godot_wrapper/target/release/libgodot_wrapper.dylib" macos.debug.arm64 = "res://../godot_wrapper/target/debug/libgodot_wrapper.dylib" macos.release.arm64 = "res://../godot_wrapper/target/release/libgodot_wrapper.dylib"