Skip to content

Commit

Permalink
add example to cargo toml + rename with 2d postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 18, 2024
1 parent 2cec7a9 commit 69ba771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/parry2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ name = "cuboid2d"
path = "examples/cuboid2d.rs"
doc-scrape-examples = true

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

[[example]]
name = "distance_query2d"
path = "examples/distance_query2d.rs"
Expand Down
File renamed without changes.

0 comments on commit 69ba771

Please sign in to comment.