lambent 0.1.0

A ray / path tracer built on wgpu.
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 = "2021"
name = "lambent"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A ray / path tracer built on wgpu."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Vecvec/Lambent"

[features]
wip-features = []

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

[dependencies.bitflags]
version = "2.9"

[dependencies.bytemuck]
version = "1.22.0"
features = ["derive"]

[dependencies.cgmath]
version = "0.18"

[dependencies.futures]
version = "0.3.30"

[dependencies.half]
version = "2.4.1"

[dependencies.image]
version = "0.25.1"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.wesl]
version = "0.2.0"
features = ["naga_ext"]

[dependencies.wgpu]
version = "27"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.glfw]
version = "0.59.0"

[dev-dependencies.log]
version = "0.4.22"
features = ["max_level_trace"]

[build-dependencies.wesl]
version = "0.2.0"
features = ["naga_ext"]

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(no_vertex_return)"]