Release rapier3d-stl and rapier3d-urdf v0.3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rapier3d-stl"
|
name = "rapier3d-stl"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
|
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
|
||||||
description = "STL file loader for the 3D rapier physics engine."
|
description = "STL file loader for the 3D rapier physics engine."
|
||||||
documentation = "https://docs.rs/rapier3d-stl"
|
documentation = "https://docs.rs/rapier3d-stl"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rapier3d-urdf"
|
name = "rapier3d-urdf"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
|
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
|
||||||
description = "URDF file loader for the 3D rapier physics engine."
|
description = "URDF file loader for the 3D rapier physics engine."
|
||||||
documentation = "https://docs.rs/rapier3d-urdf"
|
documentation = "https://docs.rs/rapier3d-urdf"
|
||||||
@@ -23,4 +23,4 @@ bitflags = "2"
|
|||||||
xurdf = "0.2"
|
xurdf = "0.2"
|
||||||
|
|
||||||
rapier3d = { version = "0.22", path = "../rapier3d" }
|
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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user