cvmath 0.0.6

Computer Graphics Vector Math Library
Documentation
[[bench]]
name = "trace2"
path = "benches/trace2.rs"

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

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

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

[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"

[[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"

[features]
default = []

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

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Computer Graphics Vector Math Library"
edition = "2024"
keywords = ["cg", "cgmath", "matrix"]
license = "MIT"
name = "cvmath"
readme = "readme.md"
repository = "https://github.com/CasualX/cvmath"
version = "0.0.6"

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