[dependencies.nalgebra]
version = "0.32"
[dependencies.num-traits]
version = "0.2"
[dependencies.simba]
version = "0.8"
[dev-dependencies.approx]
version = "0.5"
[features]
alga = ["nalgebra/alga"]
bytemuck = ["nalgebra/bytemuck"]
packed_simd = ["simba/packed_simd"]
serde-serialize = ["nalgebra/serde-serialize"]
unstable = []
wide = ["simba/wide"]
[package]
authors = ["arturo castro <arturo@openframeworks.cc>"]
description = "na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics."
edition = "2021"
homepage = "http://github.com/arturoc/na"
license = "BSD-3-Clause"
name = "na"
readme = "README.md"
repository = "http://github.com/arturoc/na"
version = "0.32.2"