amethyst_animation 0.4.0

Animation support for Amethyst
[package]
name = "amethyst_animation"
version = "0.4.0"
authors = ["Simon Rönnberg <seamonr@gmail.com>"]
description = "Animation support for Amethyst"
keywords = ["game", "engine", "animation", "3d", "amethyst"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_animation/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

readme = "README.md"
license = "MIT/Apache-2.0"

[badges]
appveyor = { repository = "amethyst/amethyst", branch = "master" }
travis-ci = { repository = "amethyst/amethyst" }

[dependencies]
amethyst_assets = { path = "../amethyst_assets/", version = "0.5.0" }
amethyst_core = { path = "../amethyst_core/", version = "0.4.0" }
amethyst_renderer = { path = "../amethyst_renderer/", version = "0.9.0" }
fnv = "1"
hibitset = { version = "0.5.1", features = ["parallel"] }
itertools = "0.7.8"
log = "0.4"
minterpolate = { version = "0.3", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }

thread_profiler = { version = "0.3", optional = true }

[dev-dependencies]

[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "amethyst_core/nightly" ]