feat: more urdf parser fixes + stl parser
This commit is contained in:
committed by
Sébastien Crozet
parent
9865d5836a
commit
02cade0440
10
crates/rapier-stl/Cargo.toml
Normal file
10
crates/rapier-stl/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "rapier-stl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.61"
|
||||
stl_io = "0.7"
|
||||
|
||||
rapier3d = { versions = "0.19", path = "../rapier3d" }
|
||||
Reference in New Issue
Block a user