Add physics engine integration with rapier3d

This commit is contained in:
reo 2025-07-15 01:29:08 +03:00
parent f943e4c945
commit f48783f17b
4 changed files with 447 additions and 11 deletions

View file

@ -19,3 +19,5 @@ imgui-winit-support = "0.13"
imgui-glium-renderer = "0.13"
winit = "0.30"
rapier3d = "0.26.1"