Cargo Features

bevy_spritesheet_animation has no features set by default.

[dependencies]
bevy_spritesheet_animation = { version = "0.1.0", features = ["integration-tests"] }
integration-tests

Enable this feature so that the tests/doctests get access to some private constructors.

> cargo test --features integration-tests