ico_math 0.1.4

An opinionated SIMD Math Library for games and graphics in Rust.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ico_math"
version = "0.1.4"
authors = ["Brian Kehrer <brian.kehrer@gmail.com>"]
description = "An opinionated SIMD Math Library for games and graphics in Rust."
readme = "README.md"
keywords = ["math", "SIMD", "vector", "game", "quaternion"]
categories = ["no-std", "science", "game-engines"]
license = "MPL-2.0"
repository = "https://github.com/birdimus/ico_math"
[profile.test]
opt-level = 3

[profile.dev]
opt-level = 3
panic = "abort"

[profile.release]
panic = "abort"

[lib]
name = "ico_math"
crate-type = ["lib"]

[dependencies]

[features]
default = ["use-std"]
use-std = []