euca-math 0.1.0

SIMD-ready game math: Vec2/3/4, Quat, Mat4, Transform, AABB — zero deps beyond serde
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 = "euca-math"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD-ready game math: Vec2/3/4, Quat, Mat4, Transform, AABB — zero deps beyond serde"
homepage = "https://github.com/stainlu/euca-engine"
readme = false
keywords = [
    "math",
    "gamedev",
    "linear-algebra",
    "vector",
    "quaternion",
]
categories = [
    "game-development",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/stainlu/euca-engine"
resolver = "2"

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

[dependencies.serde]
version = "1"
features = ["derive"]