feat: start implementation of rapier_urdf
This commit is contained in:
committed by
Sébastien Crozet
parent
d687fe97b1
commit
d6a76833d9
11
crates/rapier-urdf/Cargo.toml
Normal file
11
crates/rapier-urdf/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "rapier-urdf"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Load urdf files into rapier"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
urdf-rs = "0.8"
|
||||
rapier3d = { version = "0.19", path = "../rapier3d" }
|
||||
Reference in New Issue
Block a user