easing-fixed 0.3.0

easing iterators using fixed-point math
Documentation
[build-dependencies.walkdir]
version = "2.5.0"

[dependencies.fixed]
version = "1.29.0"

[dependencies.fixed-exp2]
version = "0.3"

[dependencies.fixed_trigonometry]
default-features = false
version = "0.4.4"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.fixed]
features = ["serde"]
version = "1.28.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lib]
name = "easing_fixed"
path = "src/lib.rs"

[package]
authors = ["Jack Ward <joliv@users.noreply.github.com>", "Anatol Ulrich <spookyvision@users.noreply.github.com>", "https://github.com/florianL21"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "easing iterators using fixed-point math"
edition = "2021"
keywords = ["animation", "no_std", "fixed"]
license = "MIT"
name = "easing-fixed"
readme = "README.md"
repository = "https://github.com/spookyvision/easing-fixed"
version = "0.3.0"