Release v0.27.0 (#865)

This commit is contained in:
Sébastien Crozet
2025-07-24 17:11:32 +02:00
committed by GitHub
parent f9c986428c
commit efa7e764ba
11 changed files with 33 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-urdf"
version = "0.8.0-beta.0"
version = "0.8.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "URDF file loader for the 3D rapier physics engine."
documentation = "https://docs.rs/rapier3d-urdf"
@@ -31,5 +31,5 @@ anyhow = "1"
bitflags = "2"
urdf-rs = "0.9"
rapier3d = { version = "0.27.0-beta.0", path = "../rapier3d" }
rapier3d-meshloader = { version = "0.8.0-beta.0", path = "../rapier3d-meshloader", default-features = false, optional = true }
rapier3d = { version = "0.27.0", path = "../rapier3d" }
rapier3d-meshloader = { version = "0.8.0", path = "../rapier3d-meshloader", default-features = false, optional = true }