File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
builds/prepare_builds/templates Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 0.19.1 (03 Oct. 2025)
2+
3+ ### Modified
4+
5+ - Update to Rapier 0.30.0. The only change is a [ switch to a sparse storage] ( https://github.com/dimforge/parry/pull/380 )
6+ for the Voxels shapes. This allows support for orders of magnitudes larger maps without reaching the 4GB WASM memory
7+ limit.
8+
19### 0.19.0 (05 Sept. 2025)
210
311### Modified
Original file line number Diff line number Diff line change 11[package]
22name = "dimforge_{{ js_package_name }}" # Can't be named rapier{{ dimension }}d which conflicts with the dependency.
3- version = "0.19.0 "
3+ version = "0.19.1 "
44authors = ["Sébastien Crozet <
[email protected] >"]
55description = "{{ dimension }}-dimensional physics engine in Rust - official JS bindings."
66documentation = "https://rapier.rs/rustdoc/rapier{{ dimension }}d/index.html"
You can’t perform that action at this time.
0 commit comments