[package]
edition = "2024"
rust-version = "1.89"
name = "animato-driver"
version = "1.4.0"
authors = ["Aarambh Dev Hub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AnimationDriver and Clock abstractions for the Animato animation library."
readme = "README.md"
keywords = [
"animation",
"driver",
"clock",
"game-loop",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AarambhDevHub/animato"
resolver = "2"
[features]
default = ["std"]
std = ["animato-core/std"]
[lib]
name = "animato_driver"
path = "src/lib.rs"
[dependencies.animato-core]
version = "1.4"
[dev-dependencies.animato-core]
version = "1.4"
[dev-dependencies.animato-tween]
version = "1.4"