amethyst_animation 0.15.3

Animation support for Amethyst
[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.15.3"

[dependencies.amethyst_core]
version = "0.15.3"

[dependencies.amethyst_derive]
version = "0.15.3"

[dependencies.amethyst_error]
version = "0.15.3"

[dependencies.amethyst_rendy]
version = "0.15.3"

[dependencies.amethyst_ui]
version = "0.15.3"

[dependencies.derivative]
version = "2.1.1"

[dependencies.fnv]
version = "1"

[dependencies.itertools]
version = "0.8.0"

[dependencies.log]
version = "0.4.6"

[dependencies.minterpolate]
features = ["serde"]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thread_profiler]
optional = true
version = "0.3"

[features]
empty = ["amethyst_rendy/empty"]
metal = ["amethyst_rendy/metal"]
profiler = ["thread_profiler/thread_profiler"]
vulkan = ["amethyst_rendy/vulkan", "amethyst_rendy/vulkan-x11"]

[package]
authors = ["Simon Rönnberg <seamonr@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
description = "Animation support for Amethyst"
documentation = "https://docs.amethyst.rs/stable/amethyst_animation/"
edition = "2018"
homepage = "https://amethyst.rs/"
keywords = ["game", "engine", "animation", "3d", "amethyst"]
license = "MIT/Apache-2.0"
name = "amethyst_animation"
readme = "README.md"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"