feat: solver improvements + release v0.29.0 (#876)
* feat: solver improvements * feat: add function to get/set whether gyroscopic forces are enabled on a rigid-body * chore: switch to released versions of parry and wide instead of local patches * fix cargo doc * chore: typo fixes * chore: clippy fix * Release v0.29.0 * chore: more clippy fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier3d-meshloader"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
|
||||
description = "STL file loader for the 3D rapier physics engine."
|
||||
documentation = "https://docs.rs/rapier3d-meshloader"
|
||||
@@ -29,4 +29,4 @@ thiserror = "2"
|
||||
profiling = "1.0"
|
||||
mesh-loader = "0.1.12"
|
||||
|
||||
rapier3d = { version = "0.28.0", path = "../rapier3d" }
|
||||
rapier3d = { version = "0.29.0", path = "../rapier3d" }
|
||||
|
||||
Reference in New Issue
Block a user