Skip to content

Commit

Permalink
Expose WriteDefaultRapierContext (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jf908 authored Dec 6, 2024
1 parent c70edae commit 577ecb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugin/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
pub use self::configuration::{RapierConfiguration, SimulationToRenderTime, TimestepMode};
pub use self::context::{
systemparams::{RapierContextAccess, ReadDefaultRapierContext, WriteRapierContext},
systemparams::{
RapierContextAccess, ReadDefaultRapierContext, WriteDefaultRapierContext,
WriteRapierContext,
},
DefaultRapierContext, RapierContext, RapierContextEntityLink,
};
pub use self::plugin::{
Expand Down

0 comments on commit 577ecb1

Please sign in to comment.