Add physics crate with rapier3d

This commit is contained in:
reo 2025-07-20 21:47:10 +03:00
parent a3d3f641cd
commit 8c9c310198
13 changed files with 756 additions and 102 deletions

View file

@ -6,4 +6,5 @@ members = [
"raidillon_ui",
"raidillon_game",
"raidillon_input",
"raidillon_physics",
]