zray 0.0.0

A modular GPU renderer supporting voxel and rasterization pipelines
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 = "2024"
name = "zray"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular GPU renderer supporting voxel and rasterization pipelines"
readme = "README.md"
keywords = [
    "graphics",
    "wgpu",
    "vulkan",
    "renderer",
]
categories = [
    "rendering",
    "graphics",
]
license = "MIT"
repository = "https://github.com/glennw-mt/zray"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.paraxis]
version = "0.9.2"

[dependencies.pollster]
version = "0.4.0"

[dependencies.wgpu]
version = "29.0.1"

[dependencies.winit]
version = "0.30.13"