[package] name = "cubi_vectors" authors = ["cubidev"] version = "0.2.1" edition = "2021" license = "MIT" description = "A Simple Vector library" readme = "README.md" homepage = "https://github.com/Cubidev3/cubi-vectors" repository = "https://github.com/Cubidev3/cubi-vectors" keywords = ["math", "vector", "two_dimensions", "three_dimensions", "gamedev"] categories = ["game-development"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mint = "0.5.9"