animatron 0.2.0

Animation state management.
Documentation
1
2
3
4
5
6
7
mod traits;

mod prelude {
    pub use crate::traits::*;
}

pub use prelude::*;