algebrix 0.1.0

Vectors, matrices, quaternions, and geometry for game engines; column vectors, optional SIMD.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "algebrix"
version = "0.1.0"
authors = ["SkuldNorniern <eira@nornity.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vectors, matrices, quaternions, and geometry for game engines; column vectors, optional SIMD."
documentation = "https://docs.rs/algebrix"
readme = "README.md"
keywords = [
    "math",
    "vector",
    "matrix",
    "quaternion",
    "geometry",
]
license = "Apache-2.0"
repository = "https://github.com/SkuldNorniern/algebrix"

[features]
default = [
    "std",
    "simd",
]
glam-compatibility = ["dep:glam"]
nalgebra-compatibility = ["dep:nalgebra"]
scalar-math = []
simd = []
simd-arm = []
simd-x86 = []
std = []

[lib]
name = "algebrix"
path = "src/lib.rs"

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

[dependencies.nalgebra]
version = "0.34.1"
optional = true