[package] name = "vectorlib" version = "0.1.2" edition = "2021" authors = ["Ghasak "] description = "The following library is created for handling the `vector` for the animation library and should work for any graphical library like rylib or sdl2" license = "MIT" documentation = "https://docs.rs/vectorlib/latest/vectorlib/" readme = "README.md" repository = "https://github.com/Ghasak/vectorlib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "vectorlib" path = "src/lib.rs" [dependencies] num-traits = "0.2" log = "0.4.19" colored = "2.0.4" rand = "0.8.5" [dev-dependencies] assert_approx_eq = "1.1.0" [[test]] name = "vector2dlib-tests" path = "src/test/mod.rs"