Physics with rapier3d #1

Closed
reo6 wants to merge 5 commits from 2025-07-15-physics into 2025-08-04-legacy-master
2 changed files with 2 additions and 0 deletions
Showing only changes of commit eddbe6c29f - Show all commits

1
Cargo.lock generated
View file

@ -672,6 +672,7 @@ dependencies = [
"imgui",
"imgui-glium-renderer",
"imgui-winit-support",
"rand",
"rapier3d",
"winit",
]

View file

@ -21,3 +21,4 @@ imgui-glium-renderer = "0.13"
winit = "0.30"
rapier3d = "0.26.1"
rand = "0.8"