mmd-anim 0.1.1

Rust MMD animation runtime foundation for formats, evaluation, and host integration
Documentation
1
2
3
4
5
6
7
8
//! Umbrella crate for `mmd-anim`.
//!
//! This crate is the main public dependency for applications that want MMD
//! format import/export and runtime evaluation from one package. Lower-level
//! crates remain available for users who want narrower dependencies.

pub use mmd_anim_format as format;
pub use mmd_anim_runtime as runtime;