dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Add #[repr(transparent)] to CollisionObjectSlabHandle #354

Closed ColonelThirtyTwo closed 4 years ago

ColonelThirtyTwo commented 4 years ago

Doesn't hurt since it's a simple wrapper for an integer, and helps with C interfacing.

Fixes #349

sebcrozet commented 4 years ago

Thanks!