Release v0.30.0 (#880)

* Release v0.30.0

* fix 3d voxels example build
This commit is contained in:
Sébastien Crozet
2025-10-03 18:51:57 +02:00
committed by GitHub
parent 134f433903
commit 3ac5ed4491
12 changed files with 27 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-meshloader"
version = "0.10.0"
version = "0.11.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.29.0", path = "../rapier3d" }
rapier3d = { version = "0.30.0", path = "../rapier3d" }