[dev-dependencies.colored]
version = "3.0.0"
[dev-dependencies.pastey]
version = "0.2.0"
[features]
assertions = []
debug_assertions = []
debug_overflow_checks = []
default = ["std", "debug_assertions", "debug_overflow_checks"]
overflow_checks = []
std = []
[lib]
name = "ggmath"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "game-development", "graphics", "mathematics", "no-std"]
description = "A math library for games and graphics with generic SIMD types."
edition = "2024"
keywords = ["math", "matrix", "simd", "vector"]
license = "MIT OR Apache-2.0"
name = "ggmath"
readme = "README.md"
repository = "https://github.com/Noam2Stein/ggmath"
rust-version = "1.90.0"
version = "0.14.0"
[[test]]
name = "mod"
path = "tests/mod.rs"