Release v0.22.0 (#695)

This commit is contained in:
Sébastien Crozet
2024-07-20 17:14:43 +02:00
committed by GitHub
parent 55a7d8b7ad
commit cf74150763
13 changed files with 23 additions and 20 deletions

View File

@@ -22,5 +22,5 @@ bitflags = "2"
# NOTE: we are not using the (more recent) urdf-rs crate because of https://github.com/openrr/urdf-rs/issues/94
xurdf = "0.2"
rapier3d = { version = "0.21", path = "../rapier3d" }
rapier3d = { version = "0.22", path = "../rapier3d" }
rapier3d-stl = { version = "0.2.0", path = "../rapier3d-stl", optional = true }