[[bench]]
harness = false
name = "basic"
path = "benches/basic.rs"
[dependencies.bevy]
default-features = false
features = ["bevy_pbr", "bevy_sprite"]
version = "0.14.0"
[dependencies.itertools]
version = "0.12.1"
[dependencies.visibility]
version = "0.1.0"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.bevy]
default-features = true
version = "0.14.0"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.rand]
version = "0.8.5"
[[example]]
name = "3d"
path = "examples/3d.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "character"
path = "examples/character.rs"
[[example]]
name = "composition"
path = "examples/composition.rs"
[[example]]
name = "events"
path = "examples/events.rs"
[[example]]
name = "parameters"
path = "examples/parameters.rs"
[[example]]
name = "stress"
path = "examples/stress.rs"
[features]
integration-tests = []
[lib]
name = "bevy_spritesheet_animation"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development"]
description = "A Bevy plugin for animating sprites"
edition = "2021"
exclude = ["example.gif"]
keywords = ["bevy", "sprite", "animation"]
license = "MIT"
name = "bevy_spritesheet_animation"
readme = "README.md"
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
resolver = "2"
version = "0.4.0"
[profile.test]
inherits = "release"
[[test]]
name = "direction"
path = "tests/direction.rs"
[[test]]
name = "duration"
path = "tests/duration.rs"
[[test]]
name = "easing"
path = "tests/easing.rs"
[[test]]
name = "markers"
path = "tests/markers.rs"
[[test]]
name = "names"
path = "tests/names.rs"
[[test]]
name = "plugin"
path = "tests/plugin.rs"
[[test]]
name = "repeat"
path = "tests/repeat.rs"
[[test]]
name = "spritesheet"
path = "tests/spritesheet.rs"
[[test]]
name = "weird"
path = "tests/weird.rs"