diff options
Diffstat (limited to 'crates/rapier3d-urdf')
| -rw-r--r-- | crates/rapier3d-urdf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d-urdf/Cargo.toml b/crates/rapier3d-urdf/Cargo.toml index de5b4d6..0e31220 100644 --- a/crates/rapier3d-urdf/Cargo.toml +++ b/crates/rapier3d-urdf/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0" edition = "2021" [features] -stl = ["rapier3d-stl"] +stl = ["dep:rapier3d-stl"] [dependencies] log = "0.4" |
