dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
4.03k stars 250 forks source link

cargo test fails in build/rapier2d & build/rapier3d #84

Closed rezural closed 7 months ago

rezural commented 3 years ago

cargo test fails if run from within the build/rapier{2d,3d} directories.

running cargo test --workspace however doesnt.

I'm not sure if this is a real issue, or not, but I'm putting it up here just in case.

rezural commented 3 years ago

cargo test --features=serde-serialize works, so this may be a non issue. A bit surprising though.

sebcrozet commented 7 months ago

Closing. This is no longer an issue.