Files
rapier/crates/rapier-urdf/Cargo.toml
2024-06-09 12:09:58 +02:00

12 lines
308 B
TOML

[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]
bitflags = "2"
urdf-rs = "0.8"
rapier3d = { version = "0.19", path = "../rapier3d" }