[package] name = "definitive" version = "0.1.0" description = "The definitive and final vector & matrix library for Rust" authors = ["noxim "] homepage = "https://owo.codes/noxim/definitive" readme = "README.md" keywords = ["vector", "math", "game", "matrix", "matrices"] categories = ["algorithms", "game-engines", "graphics", "no-std", "science"] license = "ISC" repository = "https://owo.codes/noxim/definitive" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["std", "simd"] std = [] simd = []