crystal_ball 0.3.0

A path tracing library written in Rust.
Documentation
example = []
[dependencies.crystal_ball_derive]
version = "0.3.0"

[dependencies.floydrivest]
version = "0.2.4"

[dependencies.gltf]
features = ["KHR_materials_transmission", "KHR_materials_ior", "KHR_materials_emissive_strength"]
version = "1.0.0"

[dependencies.image]
version = "0.24.8"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.nanorand]
default-features = false
features = ["std", "wyrand", "tls"]
version = "0.7.0"

[dependencies.oidn]
optional = true
version = "1.4.1"

[dependencies.rayon]
version = "1.5.1"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[package]
authors = ["Philipp Dobler <binksmrs@gmail.com>", "Green Lemonade <green.lemonade.x@gmail.com>"]
categories = ["graphics", "rendering::engine", "multimedia::images"]
description = "A path tracing library written in Rust."
documentation = "https://docs.rs/crystal_ball"
edition = "2021"
exclude = ["examples/"]
homepage = "https://gitlab.com/netzwerk2/crystal_ball"
keywords = ["path-tracing", "ray-tracing", "rendering", "graphics"]
license = "LGPL-3.0"
name = "crystal_ball"
readme = "README.md"
repository = "https://gitlab.com/netzwerk2/crystal_ball"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
cargo-ars = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
[profile.dev]
opt-level = 3

[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"
strip = "symbols"