[package]
edition = "2024"
name = "minmath"
version = "2.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight math library"
readme = "README.md"
categories = [
"mathematics",
"data-structures",
"game-development",
"science",
]
license = "MIT"
repository = "https://github.com/Jodus-Melodus/minmath"
[lib]
name = "minmath"
path = "src/lib.rs"
[[test]]
name = "test_matrix"
path = "tests/test_matrix.rs"
[[test]]
name = "test_vector2"
path = "tests/test_vector2.rs"
[[test]]
name = "test_vector3"
path = "tests/test_vector3.rs"
[dependencies]