Skip to content

Commit

Permalink
Add basic module-level docs for forces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Jan 24, 2025
1 parent e72dc6b commit cc07865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dynamics/rigid_body/forces.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! Forces, torques, linear impulses, and angular impulses
//! that can be applied to dynamic rigid bodies.
use crate::prelude::*;
use bevy::prelude::*;
use derive_more::From;
Expand Down

0 comments on commit cc07865

Please sign in to comment.