tween 2.2.0

A tweening library for games
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "tween"
version = "2.2.0"
authors = ["Jonathan Spira <jjspira@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tweening library for games"
readme = "README.md"
categories = [
    "rendering::data-formats",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sanbox-irl/tween"

[features]
default = ["std"]
std = []

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

[[example]]
name = "cubic_bezier"
path = "examples/cubic_bezier.rs"

[[example]]
name = "delayed_tween"
path = "examples/delayed_tween.rs"

[[example]]
name = "erased"
path = "examples/erased.rs"
required-features = ["std"]

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[[bench]]
name = "dyn_vs_not"
path = "benches/dyn_vs_not.rs"
harness = false

[dependencies.glam]
version = "0.32"
optional = true

[dependencies.libm]
version = "0.2"
optional = true

[dependencies.nalgebra]
version = "0.34"
optional = true

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.easer]
version = "0.3"

[dev-dependencies.paste]
version = "1.0.11"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.static_assertions]
version = "1.1"