1
2
3
4
5
6
/*!
 * Everything related to animation in mutiny.
 */
pub mod path_follower;

pub use self::path_follower::{PathFollower, PathFollowerBuilder, Path};