cvmath 0.0.7

Computer Graphics Vector Math Library
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 = "cvmath"
version = "0.0.7"
authors = ["Casper <CasualX@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Computer Graphics Vector Math Library"
readme = "readme.md"
keywords = [
    "cg",
    "cgmath",
    "matrix",
]
license = "MIT"
repository = "https://github.com/CasualX/cvmath"

[features]
default = []

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

[[example]]
name = "debug_visualizer"
path = "examples/debug_visualizer.rs"

[[example]]
name = "mandelbrot"
path = "examples/mandelbrot.rs"

[[example]]
name = "pathtracing"
path = "examples/pathtracing/main.rs"

[[example]]
name = "rays2d"
path = "examples/rays2d/main.rs"

[[example]]
name = "raytracing"
path = "examples/raytracing/main.rs"

[[example]]
name = "svgdoc"
path = "examples/svgdoc.rs"

[[example]]
name = "wireframe"
path = "examples/wireframe/main.rs"

[[test]]
name = "cut"
path = "tests/cut.rs"

[[bench]]
name = "trace2"
path = "benches/trace2.rs"

[dependencies.dataview]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.urandom]
version = "0.2"
optional = true

[dev-dependencies.rayon]
version = "1.10"

[dev-dependencies.ron]
version = "0.12"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.urandom]
version = "0.2"