diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-05-26 18:18:38 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-06-09 12:09:58 +0200 |
| commit | 02cade04408230ef52e8fe34a85be66bcf76dd50 (patch) | |
| tree | f72c9816e0f3fd79f42548bdd8bc6e348dff77ef /examples3d/Cargo.toml | |
| parent | 9865d5836a18579d3edfc6bccb8dbc08a01e5a6b (diff) | |
| download | rapier-02cade04408230ef52e8fe34a85be66bcf76dd50.tar.gz rapier-02cade04408230ef52e8fe34a85be66bcf76dd50.tar.bz2 rapier-02cade04408230ef52e8fe34a85be66bcf76dd50.zip | |
feat: more urdf parser fixes + stl parser
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index 0e20bd2..e8b4356 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -29,6 +29,7 @@ path = "../crates/rapier3d" [dependencies.rapier-urdf] path = "../crates/rapier-urdf" +features = ["stl"] [[bin]] name = "all_examples3" |
