fey_math 1.0.0

Vectors, matrices, directions, and geometry.
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"
rust-version = "1.92.0"
name = "fey_math"
version = "1.0.0"
authors = ["Chevy Ray Johnston"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vectors, matrices, directions, and geometry."
readme = "README.md"
license = "MIT"
repository = "https://github.com/feyworks/feyworks"

[features]
lua = [
    "dep:mlua",
    "dep:fey_lua",
]

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

[dependencies.approx]
version = "0.5.1"

[dependencies.bytemuck]
version = "1.24.0"

[dependencies.dpi]
version = "0.1.2"

[dependencies.fey_lua]
version = "0.1.0"
optional = true

[dependencies.mlua]
version = "0.11.5"
features = [
    "lua54",
    "vendored",
]
optional = true

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