dimforge / nphysics

2 and 3-dimensional rigid body physics engine for Rust.
https://nphysics.org
Apache License 2.0
1.63k stars 121 forks source link

Re-export nalgebra and ncollide. Fixes #257 #261

Closed LiquidityC closed 4 years ago

LiquidityC commented 4 years ago

Not sure how you feel regarding #257 but it's more or less standard to re-export dependencies from within the library. Avoids versioning issues and conflicts with other crates. Also makes the Cargo.toml a lot cleaner.

Just drop the PR if you don't agree.

sebcrozet commented 4 years ago

Thanks! I'm OK with re-exporting some dependencies if this is the convention.