#[cfg(feature = "animation")]
pub use self::{
material_animation_fixture::MaterialAnimationFixture,
sprite_render_animation_fixture::SpriteRenderAnimationFixture,
};
#[cfg(feature = "animation")]
mod material_animation_fixture;
#[cfg(feature = "animation")]
mod sprite_render_animation_fixture;