[package] name = "vodk_math" version = "0.0.3" description = "Yet another math vector and matrix library." license = "MIT/Apache-2.0" authors = [ "Nicolas Silva " ] repository = "https://github.com/nical/vodk.rs" include = [ "Cargo.toml", "src/*.rs" ] [lib] name = "vodk_math" path = "src/lib.rs"