Release v0.25.0 (#827)

This commit is contained in:
Sébastien Crozet
2025-04-24 13:43:32 +02:00
committed by GitHub
parent e44f636249
commit 0e4a5c8539
12 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-meshloader"
version = "0.5.0"
version = "0.6.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.24", path = "../rapier3d" }
rapier3d = { version = "0.25", path = "../rapier3d" }