roxlap-render 0.6.1

Unified CPU/GPU renderer facade for the roxlap scene-graph engine — one SceneRenderer over roxlap-core opticast (softbuffer) and roxlap-gpu (wgpu), with automatic CPU fallback.
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"
rust-version = "1.77"
name = "roxlap-render"
version = "0.6.1"
authors = ["Anton Gushcha <ncrashed@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CPU/GPU renderer facade for the roxlap scene-graph engine — one SceneRenderer over roxlap-core opticast (softbuffer) and roxlap-gpu (wgpu), with automatic CPU fallback."
documentation = "https://docs.rs/roxlap-render"
readme = "README.md"
keywords = [
    "voxlap",
    "voxel",
    "renderer",
    "wgpu",
    "fallback",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NCrashed/roxlap"

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

[dependencies.glam]
version = "0.30"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.rayon]
version = "1.10"

[dependencies.roxlap-core]
version = "0.6"

[dependencies.roxlap-formats]
version = "0.6"

[dependencies.roxlap-gpu]
version = "0.6"

[dependencies.roxlap-scene]
version = "0.6"

[dependencies.softbuffer]
version = "0.4"

[dependencies.winit]
version = "0.30"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"