[package] name = "quaternion" version = "2.0.0" authors = [ "bvssvni ", "Steve Jahns ", "Red Hara " ] keywords = ["quaternion", "math", "piston"] description = "A simple and type agnostic quaternion math library designed for reexporting" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/PistonDevelopers/quaternion.git" homepage = "https://github.com/PistonDevelopers/quaternion" [lib] name = "quaternion" path = "src/lib.rs" [dependencies] vecmath = "1.0.0"