skeletal_animation 0.24.0

Skeletal character animation library, using gfx-rs
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "skeletal_animation"
version = "0.24.0"
authors = ["stjahns <s.t.jahns@gmail.com>"]
description = "Skeletal character animation library, using gfx-rs"
homepage = "https://github.com/PistonDevelopers/skeletal_animation"
documentation = "https://docs.rs/skeletal_animation"
readme = "README.md"
keywords = ["animation", "character", "skeletal", "gfx", "piston"]
license = "MIT"
repository = "https://github.com/PistonDevelopers/skeletal_animation"

[lib]
name = "skeletal_animation"
path = "src/lib.rs"
[dependencies.collada]
version = "0.6.0"

[dependencies.dual_quaternion]
version = "0.1.0"

[dependencies.gfx]
version = "0.17.0"

[dependencies.gfx_debug_draw]
version = "0.20.0"

[dependencies.interpolation]
version = "0.1.0"

[dependencies.piston-float]
version = "0.3.0"

[dependencies.piston-gfx_texture]
version = "0.31.0"

[dependencies.quaternion]
version = "0.3.0"

[dependencies.rustc-serialize]
version = "0.3.16"

[dependencies.vecmath]
version = "0.3.0"