feat(magic-civ-physics): Implement core physics simulation framework for magic civilization mechanics

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 04:28:00 -07:00
parent 6f27ba6cf5
commit 285f4ae971
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View file

@ -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"