[package] name = "gfxmath-vec4" description = "A simple 3D math library" version = "0.1.1" authors = ["Tony Nguyen <900692-t101@users.noreply.gitlab.com>"] edition = "2018" readme = "README.md" license-file = "LICENSE" keywords = ["vec4", "graphics", "math", "3D"] exclude = [ "v64", "v32", ".gitignore", ".cargo_vcs_info.json" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] opimps = "0.1.4"