vector-traits 0.3.4

Rust traits for 2D and 3D vector types.
Documentation
[dependencies.approx]
version = "0.5.1"

[dependencies.cgmath]
optional = true
version = "0.18.0"

[dependencies.glam]
optional = true
version = "0.24.2"

[dependencies.num-traits]
version = "0.2.17"

[features]
cgmath = ["dep:cgmath"]
glam = ["dep:glam"]
glam-core-simd = ["glam/core-simd"]
glam-fast-math = ["glam/fast-math"]

[package]
authors = ["eadf"]
description = "Rust traits for 2D and 3D vector types."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "vector-traits"
readme = "README.md"
repository = "https://codeberg.org/eadf/vector_traits_rs"
version = "0.3.4"

[profile.release]
lto = true