Move all the contact manifold computations out of Rapier.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
//! Data structures modified with guaranteed deterministic behavior after deserialization.
|
||||
|
||||
pub use self::coarena::Coarena;
|
||||
pub use self::maybe_serializable_data::MaybeSerializableData;
|
||||
pub use eagl::utils::MaybeSerializableData;
|
||||
|
||||
pub mod arena;
|
||||
mod coarena;
|
||||
pub(crate) mod graph;
|
||||
pub(crate) mod hashmap;
|
||||
mod maybe_serializable_data;
|
||||
pub mod pubsub;
|
||||
|
||||
Reference in New Issue
Block a user