# 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] name = "skeletal_animation" version = "0.47.0" authors = ["stjahns "] 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.15.0" [dependencies.dual_quaternion] version = "0.2.0" [dependencies.gfx] version = "0.18.1" [dependencies.gfx_debug_draw] version = "0.33.0" [dependencies.interpolation] version = "0.3.0" [dependencies.piston-float] version = "1.0.0" [dependencies.piston-gfx_texture] version = "0.44.0" [dependencies.quaternion] version = "1.0.0" [dependencies.rustc-serialize] version = "0.3.16" [dependencies.vecmath] version = "1.0.0"