pico_rendering/
_animation.rs

1pub struct Animation{
2    pub start_frame: usize,
3    pub end_frame: usize,
4}