diff --git a/addons/magic_civ_physics/libmagic_civ_physics.x86_64.so b/addons/magic_civ_physics/libmagic_civ_physics.x86_64.so new file mode 100755 index 00000000..52c26356 Binary files /dev/null and b/addons/magic_civ_physics/libmagic_civ_physics.x86_64.so differ diff --git a/addons/magic_civ_physics/magic_civ_physics.gdextension b/addons/magic_civ_physics/magic_civ_physics.gdextension new file mode 100644 index 00000000..66d025a0 --- /dev/null +++ b/addons/magic_civ_physics/magic_civ_physics.gdextension @@ -0,0 +1,9 @@ +[configuration] +entry_symbol = "gdext_rust_init" +compatibility_minimum = 4.2 + +[libraries] +linux.x86_64.release = "res://addons/magic_civ_physics/libmagic_civ_physics.x86_64.so" +linux.x86_64.debug = "res://addons/magic_civ_physics/libmagic_civ_physics.x86_64.so" +windows.x86_64.release = "res://addons/magic_civ_physics/magic_civ_physics.x86_64.dll" +macos.release = "res://addons/magic_civ_physics/libmagic_civ_physics.framework"