Skip to content

Commit

Permalink
add convex_decomposition to scraped examples
Browse files Browse the repository at this point in the history
+ fixed time of impact example name
  • Loading branch information
Vrixyz committed Nov 19, 2024
1 parent 92998ca commit aab99b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/parry3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,8 @@ doc-scrape-examples = true
name = "time_of_impact_query3d"
path = "examples/time_of_impact_query3d.rs"
doc-scrape-examples = true

[[example]]
name = "convex_decomposition"
path = "examples/convex_decomposition.rs"
doc-scrape-examples = true

0 comments on commit aab99b8

Please sign in to comment.