Release rapier3d-stl and rapier3d-urdf v0.3.0

This commit is contained in:
Sébastien Crozet
2024-09-03 21:49:14 +02:00
parent 98f9199abc
commit bedb12b88a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-urdf"
version = "0.2.0"
version = "0.3.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "URDF file loader for the 3D rapier physics engine."
documentation = "https://docs.rs/rapier3d-urdf"
@@ -23,4 +23,4 @@ bitflags = "2"
xurdf = "0.2"
rapier3d = { version = "0.22", path = "../rapier3d" }
rapier3d-stl = { version = "0.2.0", path = "../rapier3d-stl", optional = true }
rapier3d-stl = { version = "0.3.0", path = "../rapier3d-stl", optional = true }