Release v0.21.0 (#665)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier3d-stl"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
|
||||
description = "STL file loader for the 3D rapier physics engine."
|
||||
documentation = "https://docs.rs/rapier3d-stl"
|
||||
@@ -16,4 +16,4 @@ edition = "2021"
|
||||
thiserror = "1.0.61"
|
||||
stl_io = "0.7"
|
||||
|
||||
rapier3d = { version = "0.20", path = "../rapier3d" }
|
||||
rapier3d = { version = "0.21", path = "../rapier3d" }
|
||||
|
||||
Reference in New Issue
Block a user