[package]
edition = "2024"
rust-version = "1.87"
name = "mmd-anim"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust MMD animation runtime foundation for formats, evaluation, and host integration"
readme = "README.md"
keywords = [
"mmd",
"animation",
"pmx",
"vmd",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/yohawing/mmd-anim"
[features]
fbx = ["mmd-anim-format/fbx"]
[lib]
name = "mmd_anim"
path = "src/lib.rs"
[[test]]
name = "real_model_allocation"
path = "tests/real_model_allocation.rs"
[[bench]]
name = "real_model_runtime"
path = "benches/real_model_runtime.rs"
harness = false
[dependencies.mmd-anim-format]
version = "0.3.2"
[dependencies.mmd-anim-runtime]
version = "0.3.2"
[dev-dependencies.serde_json]
version = "1.0.145"