Skip to content

Commit 69ba771

Browse files
committed
add example to cargo toml + rename with 2d postfix
1 parent 2cec7a9 commit 69ba771

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

crates/parry2d/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ name = "cuboid2d"
142142
path = "examples/cuboid2d.rs"
143143
doc-scrape-examples = true
144144

145+
[[example]]
146+
name = "debug_shape_cast2d"
147+
path = "examples/debug_shape_cast2d.rs"
148+
doc-scrape-examples = true
149+
145150
[[example]]
146151
name = "distance_query2d"
147152
path = "examples/distance_query2d.rs"
File renamed without changes.

0 commit comments

Comments
 (0)