rend3-pbr 0.2.2

PBR Render Routine for rend3
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 = "2018"
name = "rend3-pbr"
version = "0.2.2"
authors = ["Connor Fitzgerald <connorwadefitzgerald@gmail.com>"]
description = "PBR Render Routine for rend3"
readme = "../README.md"
keywords = ["3d", "graphics", "gpu", "renderer", "wgpu"]
categories = ["game-development", "graphics", "rendering", "rendering::engine"]
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/BVE-Reborn/rend3"
resolver = "2"
[dependencies.arrayvec]
version = "0.7"

[dependencies.bitflags]
version = "1"

[dependencies.bytemuck]
version = "1"

[dependencies.flume]
version = "0.10"

[dependencies.glam]
version = "0.19"
features = ["bytemuck"]

[dependencies.include_dir]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "2"

[dependencies.parking_lot]
version = "0.11.2"

[dependencies.profiling]
version = "1"
default-features = false

[dependencies.rend3]
version = "^0.2.0"

[dependencies.wgpu]
version = "0.11"
features = ["spirv"]

[dependencies.wgpu-profiler]
version = "0.7.0"