aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d-meshloader/Cargo.toml
AgeCommit message (Collapse)Author
2025-01-08Release v0.23.0 (#782)HEADmasterSébastien Crozet
2025-01-08Update to Parry 0.18 (#770)Thierry Berger
* update to parry ~main * use traverse_depth_first * add example to test intersection * rely on upstream PR rather than local * re-enable profiler_ui for examples * rely on official parry repository * chore: switch back to the published version of parry * chore: update changelog * chore: remove dead code * fix compilation of rapier3d-meshloader and rapier3d-urdf * chore: cargo fmt --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
2024-11-19Profiling support (#743)Thierry Berger
2024-11-12Use meshloader to support multiple file formats loading (#744)Thierry Berger
Co-authored-by: Tin Lai <tin@tinyiu.com>