mmd-anim-runtime 0.1.3

Renderer-independent MMD animation runtime core
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"
rust-version = "1.87"
name = "mmd-anim-runtime"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-independent MMD animation runtime core"
readme = "README.md"
keywords = [
    "mmd",
    "animation",
    "pmx",
    "vmd",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/yohawing/mmd-anim"

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

[[test]]
name = "synthetic_runtime_basic"
path = "tests/synthetic_runtime_basic.rs"

[dependencies.glam]
version = "0.32.1"
features = [
    "debug-glam-assert",
    "fast-math",
]

[dependencies.thiserror]
version = "2.0.17"