[dev-dependencies.nalgebra]
default-features = false
features = ["std"]
version = "0.33"
[features]
default = []
nightly = []
[lib]
name = "vema"
path = "src/lib.rs"
[package]
authors = ["Daniel Mueller <deso@posteo.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "game-development", "mathematics", "science"]
description = """
Vector and Matrix types and associated operations.
"""
edition = "2024"
keywords = ["algebra", "linear", "math", "matrix", "vector"]
license = "Apache-2.0 OR MIT"
name = "vema"
readme = "README.md"
repository = "https://github.com/d-e-s-o/vema.git"
version = "0.1.0"