diff options
| author | Sébastien Crozet <developer@crozet.re> | 2024-09-03 21:49:14 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2024-09-03 21:49:14 +0200 |
| commit | bedb12b88a4ad2cc8bf665a66c76a30654bddc11 (patch) | |
| tree | 0bbe2eabf7c80a0bf312c329fcc4023851cc8a0c | |
| parent | 98f9199abc3044779627b859b14f84fff3a97623 (diff) | |
| download | rapier-bedb12b88a4ad2cc8bf665a66c76a30654bddc11.tar.gz rapier-bedb12b88a4ad2cc8bf665a66c76a30654bddc11.tar.bz2 rapier-bedb12b88a4ad2cc8bf665a66c76a30654bddc11.zip | |
Release rapier3d-stl and rapier3d-urdf v0.3.0
| -rw-r--r-- | crates/rapier3d-stl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier3d-urdf/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/crates/rapier3d-stl/Cargo.toml b/crates/rapier3d-stl/Cargo.toml index 38b3508..f24f102 100644 --- a/crates/rapier3d-stl/Cargo.toml +++ b/crates/rapier3d-stl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d-stl" -version = "0.2.0" +version = "0.3.0" authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"] description = "STL file loader for the 3D rapier physics engine." documentation = "https://docs.rs/rapier3d-stl" diff --git a/crates/rapier3d-urdf/Cargo.toml b/crates/rapier3d-urdf/Cargo.toml index 767f269..ef53da9 100644 --- a/crates/rapier3d-urdf/Cargo.toml +++ b/crates/rapier3d-urdf/Cargo.toml @@ -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 } |
