vecmath 0.0.2

A simple and type agnostic library for vector math designed for reexporting
[package]

name = "vecmath"
version = "0.0.2"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["vecmath", "math", "vector", "matrix"]
description = "A simple and type agnostic library for vector math designed for reexporting"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/vecmath.git"
homepage = "https://github.com/pistondevelopers/vecmath"

[lib]

name = "vecmath"
path = "src/lib.rs"