[package]
edition = "2024"
name = "lilt"
version = "0.8.2"
authors = ["cyypherus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = " A simple library for running interruptable, transition based animations as a function of time."
readme = "README.md"
keywords = [
"animation",
"interpolation",
]
license = "MIT"
repository = "https://github.com/cyypherus/lilt"
[features]
test-api = []
[lib]
name = "lilt"
crate-type = ["lib"]
path = "src/lib.rs"
[dependencies.web-time]
version = "1.1.0"
[dev-dependencies.insta]
version = "1.42.1"
[dev-dependencies.public-api]
version = "0.43.0"
[dev-dependencies.rustdoc-json]
version = "0.9.4"
[dev-dependencies.rustup-toolchain]
version = "0.1.9"