dimforge / rapier

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

Add serde derives to structures in the control module #508

Closed PaulL48 closed 1 year ago

PaulL48 commented 1 year ago

Adding feature-gated serialize/deserialize derives for the following structs:

Resolves issue #506

sebcrozet commented 1 year ago

Thanks!