Release v0.27.0-beta.0 (#854)

This commit is contained in:
Sébastien Crozet
2025-07-11 23:15:21 +02:00
committed by GitHub
parent 95bd6fcfeb
commit 626512911b
11 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-meshloader"
version = "0.7.0"
version = "0.8.0-beta.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.26", path = "../rapier3d" }
rapier3d = { version = "0.27.0-beta.0", path = "../rapier3d" }