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:
@@ -33,6 +33,7 @@ needless_lifetimes = "allow"
|
||||
#parry3d-f64 = { path = "../parry/crates/parry3d-f64" }
|
||||
#nalgebra = { path = "../nalgebra" }
|
||||
#simba = { path = "../simba" }
|
||||
#wide = { path = "../wide" }
|
||||
|
||||
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
|
||||
#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
|
||||
|
||||
Reference in New Issue
Block a user